| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Message for pushing one full log record for all sensors. More...
import <sensorpush.idl;
| Public Attributes | |
| int | linkId | 
| Link ID of the Device (always 1 without a Linking Setup) | |
| string | serialNumber | 
| Device serial number. | |
| string | name | 
| Device name (user-configurable) | |
| vector< Sensor > | sensors | 
| List of logged sensors. | |
| vector< LogRow > | rows | 
| List of log rows. | |
Message for pushing one full log record for all sensors.
Definition at line 73 of file sensorpush.idl.
| int datapush::SensorLogPushMessage::linkId | 
Link ID of the Device (always 1 without a Linking Setup)
Definition at line 74 of file sensorpush.idl.
| string datapush::SensorLogPushMessage::name | 
Device name (user-configurable)
Definition at line 76 of file sensorpush.idl.
| vector<LogRow> datapush::SensorLogPushMessage::rows | 
List of log rows.
Definition at line 79 of file sensorpush.idl.
| vector<Sensor> datapush::SensorLogPushMessage::sensors | 
List of logged sensors.
Definition at line 78 of file sensorpush.idl.
| string datapush::SensorLogPushMessage::serialNumber | 
Device serial number.
Definition at line 75 of file sensorpush.idl.