SensorData asynchronous report sensor interface

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

Properties

Properties

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