Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Event: A new outlet group has been created. More...
Public Attributes | |
int | id |
The ID under which the outlet group manager references this group; may be reused after a group is deleted. More... | |
int | uniqueId |
Random ID uniquely identifying the new group. More... | |
OutletGroup | group |
The new group. More... | |
OutletGroup::Settings | settings |
The new group's settings. More... | |
Public Attributes inherited from event::UserEvent | |
string | actUserName |
user who triggered event More... | |
string | actIpAddr |
ip or device on which user is logged in More... | |
Public Attributes inherited from idl::Event | |
Object | source |
IDL object that originated the event. More... | |
Event: A new outlet group has been created.
Definition at line 21 of file OutletGroupManager.idl.
OutletGroup pdumodel::OutletGroupManager::GroupCreatedEvent::group |
The new group.
Definition at line 26 of file OutletGroupManager.idl.
int pdumodel::OutletGroupManager::GroupCreatedEvent::id |
The ID under which the outlet group manager references this group; may be reused after a group is deleted.
Definition at line 22 of file OutletGroupManager.idl.
OutletGroup::Settings pdumodel::OutletGroupManager::GroupCreatedEvent::settings |
The new group's settings.
Definition at line 27 of file OutletGroupManager.idl.
int pdumodel::OutletGroupManager::GroupCreatedEvent::uniqueId |
Random ID uniquely identifying the new group.
Definition at line 25 of file OutletGroupManager.idl.