| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Event: Power control was initiated. More...
import <Outlet.idl;
 
  
| Public Attributes | |
| PowerState | state | 
| State the outlet was switched to (if cycle is false) | |
| boolean | cycle | 
| Whether the outlet was cycled. | |
|  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: Power control was initiated.
Definition at line 132 of file Outlet.idl.
| boolean pdumodel::Outlet::PowerControlEvent::cycle | 
Whether the outlet was cycled.
Definition at line 134 of file Outlet.idl.
| PowerState pdumodel::Outlet::PowerControlEvent::state | 
State the outlet was switched to (if cycle is false)
Definition at line 133 of file Outlet.idl.