Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Data about a monitored sensor. More...
Public Attributes | |
Sensor | sensor |
Reference to the sensor object. More... | |
Object | parent |
Reference to the sensor's parent object. More... | |
AlertState | alertState |
Current alert state of the sensor. More... | |
Data about a monitored sensor.
All entries include a reference to the sensor's parent object (e.g. an inlet or a peripheral device slot), allowing a client to identify an unknown alerted sensor with just a few RPC calls.
Definition at line 40 of file AlertedSensorManager.idl.
AlertState sensors::AlertedSensorManager::SensorData::alertState |
Current alert state of the sensor.
Definition at line 43 of file AlertedSensorManager.idl.
Object sensors::AlertedSensorManager::SensorData::parent |
Reference to the sensor's parent object.
Definition at line 42 of file AlertedSensorManager.idl.
Sensor sensors::AlertedSensorManager::SensorData::sensor |
Reference to the sensor object.
Definition at line 41 of file AlertedSensorManager.idl.