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
true
if this enum value equalsAlarm
-
#fault?
Returns
true
if this enum value equalsFault
-
#normal?
Returns
true
if this enum value equalsNormal
-
#out_of_service?
Returns
true
if this enum value equalsOutOfService