jooby-codec
    Preparing search index...

    Interface IGetCurrentStatusMeterResponseParameters

    interface IGetCurrentStatusMeterResponseParameters {
        calibrationFlags: ICalibrationFlags;
        currentTariffs: ITariffs;
        isSummerTime: boolean;
        operatingSeconds: TUint32;
        relayStatus: IExtendedCurrentValues2RelayStatus;
        statusEvent: IEventStatus;
        tbadFREQ: TUint32;
        tbadImaxAll: TUint32;
        tbadPmaxAll: TUint32;
        tbadVAVB: TUint32;
    }
    Index

    Properties

    calibrationFlags: ICalibrationFlags

    Calibration enable flag.

    currentTariffs: ITariffs
    isSummerTime: boolean

    Is it DST or Standard time.

    operatingSeconds: TUint32

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

    Relay status.

    statusEvent: IEventStatus

    Critical event status.

    tbadFREQ: TUint32

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

    tbadImaxAll: TUint32

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

    tbadPmaxAll: TUint32

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

    tbadVAVB: TUint32

    Duration of poor voltage during the accounting period, in seconds.