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

    Interface SensorDataReport

    SensorData asynchronous report interface

    interface SensorDataReport {
        devices?: SensorDataReportDevice[];
        reading: boolean;
    }
    Index

    Properties

    Properties

    reading: boolean