| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Data about a monitored sensor. More...
import <AlertedSensorManager.idl;
| Public Attributes | |
| Sensor | sensor | 
| Reference to the sensor object. | |
| Object | parent | 
| Reference to the sensor's parent object. | |
| AlertState | alertState | 
| Current alert state of the sensor. | |
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.