Raritan / Server Technology Xerus™ PDU JSON-RPC API
|
Numeric sensor reading. More...
import"NumericSensor.idl";
Classes | |
struct | Status |
Numeric sensor status. More... | |
Public Attributes | |
time | timestamp |
UNIX timestamp (UTC) of last sample. | |
boolean | available |
true if the sensor is available | |
Status | status |
Numeric sensor status. | |
boolean | valid |
true if the sensor reading is valid | |
double | value |
Numeric sensor reading, not rounded. | |
Numeric sensor reading.