Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Outlet metadata More...
import <Outlet.idl;
Public Attributes | |
string | label |
Outlet label | |
string | receptacleType |
Receptacle type. | |
Nameplate | namePlate |
Nameplate information | |
Rating | rating |
Numerical usage ratings. | |
boolean | isSwitchable |
true if the outlet is switchable | |
boolean | isLatching |
true if the outlet is able to keep its state after power loss | |
int | maxRelayCycleCnt |
Maximum relay cycle count. | |
boolean | hasWaveformSupport |
Whether waveform reading is supported on this outlet. | |
boolean | hasServiceModeSupport |
Whether service mode is supported on this outlet. | |
Outlet metadata
Definition at line 43 of file Outlet.idl.
boolean pdumodel::Outlet::MetaData::hasServiceModeSupport |
Whether service mode is supported on this outlet.
Definition at line 52 of file Outlet.idl.
boolean pdumodel::Outlet::MetaData::hasWaveformSupport |
Whether waveform reading is supported on this outlet.
Definition at line 51 of file Outlet.idl.
boolean pdumodel::Outlet::MetaData::isLatching |
true
if the outlet is able to keep its state after power loss
Definition at line 49 of file Outlet.idl.
boolean pdumodel::Outlet::MetaData::isSwitchable |
true
if the outlet is switchable
Definition at line 48 of file Outlet.idl.
string pdumodel::Outlet::MetaData::label |
Outlet label
Definition at line 44 of file Outlet.idl.
int pdumodel::Outlet::MetaData::maxRelayCycleCnt |
Maximum relay cycle count.
Definition at line 50 of file Outlet.idl.
Nameplate pdumodel::Outlet::MetaData::namePlate |
Nameplate information
Definition at line 46 of file Outlet.idl.
Rating pdumodel::Outlet::MetaData::rating |
Numerical usage ratings.
Definition at line 47 of file Outlet.idl.
string pdumodel::Outlet::MetaData::receptacleType |
Receptacle type.
Definition at line 45 of file Outlet.idl.