Interface BrickletSolidStateRelayV2.MonoflopDoneListener

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

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

      • monoflopDone

        void monoflopDone​(boolean state)