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

    Interface SensorDataConfig

    SensorData configuration interface

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

    Properties

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