Class BooleanDoc

All Implemented Interfaces:
Doc
Direct Known Subclasses:
StateChannelDoc

public class BooleanDoc extends OpenemsTypeDoc<Boolean>
  • Field Details

    • debounce

      protected int debounce
      Debounce the State-Channel value: the StateChannel is only set to true after it had been set to true for at least "debounce" times.
    • debounceMode

      protected Debounce debounceMode
  • Constructor Details

    • BooleanDoc

      public BooleanDoc()
  • Method Details