| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Outlet settings More...
import <Outlet.idl;
| Public Attributes | |
| string | name | 
| User-defined name. | |
| StartupState | startupState | 
| Power state after power is applied to the outlet. | |
| boolean | usePduCycleDelay | 
| trueto use power-cycle delay as defined in PDU settings | |
| int | cycleDelay | 
| Outlet-specific power-cycle delay | |
| boolean | nonCritical | 
| trueif outlet is non-critical (for load shedding) | |
| int | sequenceDelay | 
| Delay in ms after this outlet when switching multiple outlets on. | |
Outlet settings
Definition at line 99 of file Outlet.idl.
| int pdumodel::Outlet::Settings::cycleDelay | 
Outlet-specific power-cycle delay
Definition at line 103 of file Outlet.idl.
| string pdumodel::Outlet::Settings::name | 
User-defined name.
Definition at line 100 of file Outlet.idl.
| boolean pdumodel::Outlet::Settings::nonCritical | 
true if outlet is non-critical (for load shedding) 
Definition at line 104 of file Outlet.idl.
| int pdumodel::Outlet::Settings::sequenceDelay | 
Delay in ms after this outlet when switching multiple outlets on.
Definition at line 105 of file Outlet.idl.
| StartupState pdumodel::Outlet::Settings::startupState | 
Power state after power is applied to the outlet.
Definition at line 101 of file Outlet.idl.
| boolean pdumodel::Outlet::Settings::usePduCycleDelay | 
true to use power-cycle delay as defined in PDU settings 
Definition at line 102 of file Outlet.idl.