Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Definition of a voltage fluctuation event observed by this sensor. More...
Public Attributes | |
EventType | type |
Type of event. | |
time | timestamp |
Time of event occurrence. | |
int | duration |
Event duration in milliseconds. | |
double | voltage |
Voltage level observed during the event: | |
Waveform | waveform |
Waveform of event. | |
Definition of a voltage fluctuation event observed by this sensor.
Definition at line 36 of file VoltageMonitoringSensor.idl.
int pdumodel::VoltageMonitoringSensor::Event::duration |
Event duration in milliseconds.
Definition at line 39 of file VoltageMonitoringSensor.idl.
time pdumodel::VoltageMonitoringSensor::Event::timestamp |
Time of event occurrence.
Definition at line 38 of file VoltageMonitoringSensor.idl.
EventType pdumodel::VoltageMonitoringSensor::Event::type |
Type of event.
Definition at line 37 of file VoltageMonitoringSensor.idl.
double pdumodel::VoltageMonitoringSensor::Event::voltage |
Voltage level observed during the event:
Definition at line 40 of file VoltageMonitoringSensor.idl.
Waveform pdumodel::VoltageMonitoringSensor::Event::waveform |
Waveform of event.
Definition at line 43 of file VoltageMonitoringSensor.idl.