Interface BrickletIndustrialDualACRelay.MonoflopDoneListener

  • All Superinterfaces:
    DeviceListener, java.util.EventListener, TinkerforgeListener
    Enclosing class:
    BrickletIndustrialDualACRelay

    public static interface BrickletIndustrialDualACRelay.MonoflopDoneListener
    extends DeviceListener
    This listener is triggered whenever a monoflop timer reaches 0. The parameters contain the relay and the current state of the relay (the state after the monoflop).
    • Method Detail

      • monoflopDone

        void monoflopDone​(int channel,
                          boolean value)