jooby-codec
    Preparing search index...

    Interface IExtendedCurrentValues2RelayStatus

    interface IExtendedCurrentValues2RelayStatus {
        RELAY_IMAX: boolean;
        RELAY_OFF_CENTER: boolean;
        RELAY_PMAX: boolean;
        RELAY_STATE: boolean;
        RELAY_UBAD: boolean;
        RELAY_UNEQ_CURRENT: boolean;
    }
    Index

    Properties

    RELAY_IMAX: boolean

    Relay turned off due to maximum current.

    RELAY_OFF_CENTER: boolean

    Relay switched off from the control center.

    RELAY_PMAX: boolean

    Relay turned off due to maximum power.

    RELAY_STATE: boolean

    Current relay state: 1 - on, 0 - off.

    RELAY_UBAD: boolean

    Relay turned off due to poor voltage.

    RELAY_UNEQ_CURRENT: boolean

    Relay switched off due to unequal currents.