IQRF Repository JavaScript client - v0.2.0-beta.3
    Preparing search index...

    Interface PersistentQuantityRawInternal

    Persistent quantity memory metadata - raw API response

    interface PersistentQuantityRaw {
        description?: string;
        memory?: PersistentQuantityMemoryRaw;
        quantity?: number;
        value?: number;
    }
    Index
    description?: string

    Persistent quantity description and use case

    Information about the type of memory and location in said memory for persistent quantity

    quantity?: number

    Identifier of a quantity, sensor type value is used for this purpose

    value?: number

    Persisted value (in accordance with the IQRF standard)