| Legrand / Raritan / Server Technology Xerus™ 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 | 
| trueif the sensor is available | |
| Status | status | 
| Numeric sensor status. | |
| boolean | valid | 
| trueif the sensor reading is valid | |
| double | value | 
| Numeric sensor reading, not rounded. | |
Numeric sensor reading.
Definition at line 125 of file NumericSensor.idl.
| boolean sensors::NumericSensor::Reading::available | 
true if the sensor is available 
Definition at line 140 of file NumericSensor.idl.
| Status sensors::NumericSensor::Reading::status | 
Numeric sensor status.
Definition at line 141 of file NumericSensor.idl.
| time sensors::NumericSensor::Reading::timestamp | 
UNIX timestamp (UTC) of last sample.
Definition at line 139 of file NumericSensor.idl.
| boolean sensors::NumericSensor::Reading::valid | 
true if the sensor reading is valid 
Definition at line 142 of file NumericSensor.idl.
| double sensors::NumericSensor::Reading::value | 
Numeric sensor reading, not rounded.
Definition at line 143 of file NumericSensor.idl.