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