jooby-codec
    Preparing search index...

    Interface IParameterMtxGetCurrentDemandScheduleConfig

    MTX Schedule of the different demand types for uplink command - getCurrentDemand.

    deviceParameters.MTX_GET_CURRENT_DEMAND_SCHEDULE_CONFIG = 64

    Applicable only for the MTX LoRaWAN module.

    interface IParameterMtxGetCurrentDemandScheduleConfig {
        schedules: {
            demandType0: TUint8;
            demandType1: TUint8;
            demandType2: TUint8;
            id: TUint8;
            transmissionPeriod: TUint8;
        }[];
    }
    Index

    Properties

    Properties

    schedules: {
        demandType0: TUint8;
        demandType1: TUint8;
        demandType2: TUint8;
        id: TUint8;
        transmissionPeriod: TUint8;
    }[]

    Type Declaration

    • demandType0: TUint8

      Demand type should be one of the following:

      • for MTX1: src/mtx1/constants/demandTypes.ts
      • for MTX3: src/mtx3/constants/demandTypes.ts

      The applied parameters must also have the same integration period. For example, phase voltages with a 10-minute integration period and a load profile with a 30-minute integration period are not compatible.

    • demandType1: TUint8
    • demandType2: TUint8
    • id: TUint8

      Schedule identifier (0-3)

    • transmissionPeriod: TUint8

      Transmission period: transmissionPeriod * 600 + random value in range [0 - 1020] seconds