Interface IBinarySensor
-
- All Known Implementing Classes:
HallEffect,LimitSwitch,LineBreak
public interface IBinarySensorInterface for binary sensors
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanget()Get binary sensor reading
-