enum
PlaceOS::Driver::Interface::Sensor::Status
Defined in:
placeos-driver/interface/sensor.crEnum Members
-
Normal =
0 -
Alarm =
1 -
Fault =
2 -
OutOfService =
3
Instance Method Summary
-
#alarm?
Returns
trueif this enum value equalsAlarm -
#fault?
Returns
trueif this enum value equalsFault -
#normal?
Returns
trueif this enum value equalsNormal -
#out_of_service?
Returns
trueif this enum value equalsOutOfService