SensorData asynchronous report interface

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

Properties

Properties

reading: boolean