jooby-codec
    Preparing search index...

    Interface IRelaySet5OperatorParameter

    interface IRelaySet5OperatorParameter {
        RELAY_OFF_BIPOLAR_POWER: boolean;
        RELAY_OFF_UNEQUAL_CURRENT: boolean;
        RELAY_ON_BIPOLAR_POWER: boolean;
        RELAY_ON_UNEQUAL_CURRENT: boolean;
    }
    Index

    Properties

    RELAY_OFF_BIPOLAR_POWER: boolean

    Turn off relay upon detection of different-polarity powers in phase and neutral (only for G meter).

    RELAY_OFF_UNEQUAL_CURRENT: boolean

    Turn off relay upon detection of current inequality.

    RELAY_ON_BIPOLAR_POWER: boolean

    Turn on relay after deactivation due to different-polarity powers in phase and neutral (only for G meter)

    RELAY_ON_UNEQUAL_CURRENT: boolean

    Turn on relay after turning off due to current inequality.