Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
Loading...
Searching...
No Matches
Public Attributes | List of all members
pdumodel::OutletGroupManager::GroupCreatedEvent Struct Reference

Event: A new outlet group has been created. More...

Inheritance diagram for pdumodel::OutletGroupManager::GroupCreatedEvent:
event::UserEvent idl::Event

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...
 

Detailed Description

Event: A new outlet group has been created.

Definition at line 21 of file OutletGroupManager.idl.

Member Data Documentation

◆ group

OutletGroup pdumodel::OutletGroupManager::GroupCreatedEvent::group

The new group.

Definition at line 26 of file OutletGroupManager.idl.

◆ id

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.

◆ settings

OutletGroup::Settings pdumodel::OutletGroupManager::GroupCreatedEvent::settings

The new group's settings.

Definition at line 27 of file OutletGroupManager.idl.

◆ uniqueId

int pdumodel::OutletGroupManager::GroupCreatedEvent::uniqueId

Random ID uniquely identifying the new group.

Definition at line 25 of file OutletGroupManager.idl.


The documentation for this struct was generated from the following file: