OcaSensorReadingState¶
-
class
OcaSensorReadingState
()¶ Enum that describes whether an OcaSensor ‘s current reading value can be trusted, and if not, why not.
-
OcaSensorReadingState.
Unknown
¶ type: OcaSensorReadingState
Singleton object corresponding to the entry with value
0
.
-
OcaSensorReadingState.
Valid
¶ type: OcaSensorReadingState
Singleton object corresponding to the entry with value
1
.
-
OcaSensorReadingState.
Underrange
¶ type: OcaSensorReadingState
Singleton object corresponding to the entry with value
2
.
-
OcaSensorReadingState.
Overrange
¶ type: OcaSensorReadingState
Singleton object corresponding to the entry with value
3
.
-
OcaSensorReadingState.
Error
¶ type: OcaSensorReadingState
Singleton object corresponding to the entry with value
4
.
-