jooby-codec
    Preparing search index...

    Interface IParameterMtxPowerConfig

    MTX Power configuration.

    deviceParameters.MTX_POWER_CONFIG = 15

    Applicable only for the MTX LoRaWAN module.

    Defines which half-hour energy data types are transmitted via command getHalfHourEnergies. By default, only active energy (A+) is transmitted.

    interface IParameterMtxPowerConfig {
        active: boolean;
        activeExp: boolean;
        vare: boolean;
        vareExp: boolean;
        vari: boolean;
        variExp: boolean;
    }
    Index

    Properties

    active: boolean

    active energy for half hour (А+) - bit 0

    activeExp: boolean

    active energy for half hour (А-) - bit 3

    vare: boolean

    negative (inductive) reactive energy for half hour (A+R-) - bit 2

    vareExp: boolean

    negative (inductive) reactive energy for half hour (A-R-) - bit 5

    vari: boolean

    positive (capacitive) reactive energy for half hour (A+R+) - bit 1

    variExp: boolean

    positive (capacitive) reactive energy for half hour (A-R+) - bit 4