jooby-codec
    Preparing search index...

    Interface IGetCurrentStatusMeterResponseParameters

    interface IGetCurrentStatusMeterResponseParameters {
        calEnableFlag: boolean;
        centerAlert: boolean;
        currentTariffs: ITariffs;
        isSummerTime: boolean;
        operatingSeconds: TUint32;
        relayStatus: boolean;
        statusEvent: IEventStatus;
        tbadFREQ: TUint32;
        tbadIMAXAll: TUint32;
        tbadPMAXAll: TUint32;
        tbadVAAll: TUint32;
        tbadVBAll: TUint32;
        tbadVCAll: TUint32;
    }
    Index

    Properties

    calEnableFlag: boolean

    Calibration enable flag.

    centerAlert: boolean

    Alert from the central system.

    true indicates an alert from the center

    currentTariffs: ITariffs

    Current tariffs for the 1st to 3rd tariff grids.

    isSummerTime: boolean

    Is it DST or Standard time.

    operatingSeconds: TUint32

    Total operating duration of the meter since first power-on, in seconds.

    relayStatus: boolean

    Relay state.

    true - on

    statusEvent: IEventStatus

    Critical event status.

    tbadFREQ: TUint32

    Duration of frequency deviation from normal during the billing period, in seconds.

    tbadIMAXAll: TUint32

    Duration of maximum current during the billing period, in seconds.

    tbadPMAXAll: TUint32

    Duration of maximum power during the billing period, in seconds.

    tbadVAAll: TUint32

    Duration of poor voltage in phase A during the billing period, in seconds.

    tbadVBAll: TUint32

    Duration of poor voltage in phase B during the billing period, in seconds.

    tbadVCAll: TUint32

    Duration of poor voltage in phase C during the billing period, in seconds.