jooby-codec
    Preparing search index...

    Interface IParameterReportingDataInterval

    Device send data periodically using this interval. deviceParameters.REPORTING_DATA_INTERVAL = 1.

    interface IParameterReportingDataInterval {
        firstDaysSpecialSchedule: TUint8;
        lastDaysSpecialSchedule: TUint8;
        period: TUint8;
        specialSchedulePeriod: TUint8;
    }
    Index

    Properties

    firstDaysSpecialSchedule: TUint8

    The number of days at the beginning of the month that follow a special schedule. Must be less than 4. If set to 0, no special schedule is applied.

    lastDaysSpecialSchedule: TUint8

    The number of days at the end of the month that follow a special schedule. Must be less than 4. If set to 0, no special schedule is applied.

    period: TUint8

    Minimal interval for data sending from device (in seconds). Real value = value + pseudo-random value which is not more than 255 * 4.

    specialSchedulePeriod: TUint8

    Minimal interval for data sending from device (in seconds) for a special schedule. Real value = value + pseudo-random value which is not more than 255 * 4.