|
Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
|
Event: The device state has changed. More...
import "Device.idl";
Public Attributes | |
| State | oldState |
| State before change. | |
| State | newState |
| State after change. | |
| string | name |
Public Attributes inherited from idl::Event | |
| Object | source |
| IDL object that originated the event. | |
Event: The device state has changed.
Definition at line 68 of file Device.idl.
| string radm::Device::StateChangedEvent::name |
Definition at line 71 of file Device.idl.
| State radm::Device::StateChangedEvent::newState |
State after change.
Definition at line 70 of file Device.idl.
| State radm::Device::StateChangedEvent::oldState |
State before change.
Definition at line 69 of file Device.idl.