| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
import <StateSensor.idl;
| Public Attributes | |
| time | timestamp | 
| UNIX timestamp (UTC) of last sample. | |
| boolean | available | 
| trueif the sensor is available | |
| int | value | 
| Discrete sensor value; intrepretation depends on the type of sensor. | |
Sensor state.
Definition at line 46 of file StateSensor.idl.
| boolean sensors::StateSensor::State::available | 
true if the sensor is available 
Definition at line 48 of file StateSensor.idl.
| time sensors::StateSensor::State::timestamp | 
UNIX timestamp (UTC) of last sample.
Definition at line 47 of file StateSensor.idl.
| int sensors::StateSensor::State::value | 
Discrete sensor value; intrepretation depends on the type of sensor.
Definition at line 49 of file StateSensor.idl.