Interface BrickletDualRelay.MonoflopDoneListener

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

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

      • monoflopDone

        void monoflopDone​(short relay,
                          boolean state)