SensorStatus

  • Base type Enumeration

Indicates the operational status of the sensor. ok(1) means the agent can read the sensor value. unavailable(2) means that the agent presently can not report the sensor value. nonoperational(3) means that the agent believes the sensor is broken. The sensor could have a hard failure (disconnected wire), or a soft failure such as out-of-range, jittery, or wildly fluctuating readings.

Possible values

3 objects
Number Name
1 ok
2 unavailable
3 nonoperational