SensorData configuration interface

interface SensorDataConfig {
    asyncReports: boolean;
    autoRun: boolean;
    messagingList: MessagingInstance[];
    period: number;
    retryPeriod: number;
}

Properties

asyncReports: boolean
autoRun: boolean
messagingList: MessagingInstance[]
period: number
retryPeriod: number