Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Message for pushing one full log record for all sensors. More...
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< assetmgrmodel::AssetStripLogger.Record > | records |
Message for pushing one full log record for all sensors.
Definition at line 34 of file assetmgrpush.idl.
int datapush::AssetLogPushMessage::linkId |
Link ID of the Device (always 1 without a Linking Setup)
Definition at line 35 of file assetmgrpush.idl.
string datapush::AssetLogPushMessage::name |
Device name (user-configurable)
Definition at line 37 of file assetmgrpush.idl.
vector<assetmgrmodel::AssetStripLogger.Record> datapush::AssetLogPushMessage::records |
Definition at line 38 of file assetmgrpush.idl.
string datapush::AssetLogPushMessage::serialNumber |
Device serial number.
Definition at line 36 of file assetmgrpush.idl.