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

    Interface SensorDataRawInternal

    Sensor data metadata - raw API response

    interface SensorDataRaw {
        properties?: string[];
        range?: SensorRangeRaw;
    }
    Index
    properties?: string[]

    Array of keywords representing additional properties of a sensor

    Lower and upper bounds of measurable values