IQRF Gateway Daemon JavaScript Utilities - v0.1.5
    Preparing search index...

    Interface SensorDataReportSensor

    SensorData asynchronous report sensor interface

    interface SensorDataReportSensor {
        index: number;
        name: string;
        type: number;
        unit: string;
        value: string;
    }
    Index

    Properties

    Properties

    index: number
    name: string
    type: number
    unit: string
    value: string