| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
One full log row. More...
import <SensorLogger.idl;
| Public Attributes | |
| time | sensorSetTimestamp | 
| Time of last sensor set modification (UNIX timestamp, UTC) | |
| time | timestamp | 
| Log row time stamp (UNIX timestamp, UTC) | |
| vector< Record > | sensorRecords | 
| Sensor records; same order as in SensorSet::sensors. | |
| vector< Record > | peripheralDeviceRecords | 
| Peripheral device records; same order as in SensorSet::slots. | |
One full log row.
Definition at line 309 of file SensorLogger.idl.
| vector<Record> sensors::Logger::LogRow::peripheralDeviceRecords | 
Peripheral device records; same order as in SensorSet::slots.
Definition at line 317 of file SensorLogger.idl.
| vector<Record> sensors::Logger::LogRow::sensorRecords | 
Sensor records; same order as in SensorSet::sensors.
Definition at line 315 of file SensorLogger.idl.
| time sensors::Logger::LogRow::sensorSetTimestamp | 
Time of last sensor set modification (UNIX timestamp, UTC)
Definition at line 311 of file SensorLogger.idl.
| time sensors::Logger::LogRow::timestamp | 
Log row time stamp (UNIX timestamp, UTC)
Definition at line 313 of file SensorLogger.idl.