jooby-codec
    Preparing search index...

    Interface IEventStatus

    interface IEventStatus {
        CASE_MODULE_OPEN: boolean;
        CASE_OPEN: boolean;
        CASE_TERMINAL_OPEN: boolean;
        DEVICE_FAILURE: boolean;
        ERROR_ACCESS: boolean;
        MAGNETIC_ON: boolean;
        PARAMETERS_UPDATE_LOCAL: boolean;
        PARAMETERS_UPDATE_REMOTE: boolean;
        PROTECTION_RESET_EM: boolean;
        PROTECTION_RESET_MAGNETIC: boolean;
        RESTART: boolean;
        TARIFF_TABLE_GET: boolean;
        TARIFF_TABLE_SET: boolean;
        TIME_CORRECT: boolean;
        TIME_SET: boolean;
    }
    Index

    Properties

    CASE_MODULE_OPEN: boolean

    The meter module compartment is open.

    CASE_OPEN: boolean

    The meter casing is open.

    CASE_TERMINAL_OPEN: boolean

    The meter terminal box is open.

    DEVICE_FAILURE: boolean

    Meter failure.

    ERROR_ACCESS: boolean

    Incorrect password entered, device is locked.

    MAGNETIC_ON: boolean

    Electromagnetic influence detected.

    PARAMETERS_UPDATE_LOCAL: boolean

    Parameter setup locally.

    PARAMETERS_UPDATE_REMOTE: boolean

    Parameter setup remotely.

    PROTECTION_RESET_EM: boolean

    Electromagnetic influence screen reset.

    since build 104.23.001 (MTX1), 302.37.001 (MTX3)

    PROTECTION_RESET_MAGNETIC: boolean

    Magnetic influence screen reset.

    since build 104.23.001 (MTX1), 302.37.001 (MTX3)

    RESTART: boolean

    Meter program restart.

    TARIFF_TABLE_GET: boolean

    New tariff plan received.

    TARIFF_TABLE_SET: boolean

    Tariff plan changed.

    TIME_CORRECT: boolean

    Time correction.

    TIME_SET: boolean

    Device time has been set.