Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Sub controller metadata. More...
Public Attributes | |
Type | type |
Controller type More... | |
string | address |
Sub controller address. More... | |
int | magic |
Magic code. More... | |
boolean | versionAvailable |
true if version information and serial number is available More... | |
int | fwAppVersion |
Firmware application version; 0 if unavailable. More... | |
int | fwBootVersion |
Firmware bootloader version; 0 if unavailable. More... | |
int | hwVersion |
Hardware version; 0 if unavailable. More... | |
string | serial |
Serial number; empty if unavailable. More... | |
boolean | haveResetCnt |
true if controller reset counter is available More... | |
boolean | haveEmResetCnt |
true if energy meter reset counter is available More... | |
boolean | isOptional |
true if this controller is optional (temporary absence may be expected) More... | |
Sub controller metadata.
Definition at line 47 of file Controller.idl.
string pdumodel::Controller::MetaData::address |
Sub controller address.
Definition at line 49 of file Controller.idl.
int pdumodel::Controller::MetaData::fwAppVersion |
Firmware application version; 0 if unavailable.
Definition at line 52 of file Controller.idl.
int pdumodel::Controller::MetaData::fwBootVersion |
Firmware bootloader version; 0 if unavailable.
Definition at line 53 of file Controller.idl.
boolean pdumodel::Controller::MetaData::haveEmResetCnt |
true
if energy meter reset counter is available
Definition at line 57 of file Controller.idl.
boolean pdumodel::Controller::MetaData::haveResetCnt |
true
if controller reset counter is available
Definition at line 56 of file Controller.idl.
int pdumodel::Controller::MetaData::hwVersion |
Hardware version; 0 if unavailable.
Definition at line 54 of file Controller.idl.
boolean pdumodel::Controller::MetaData::isOptional |
true
if this controller is optional (temporary absence may be expected)
Definition at line 58 of file Controller.idl.
int pdumodel::Controller::MetaData::magic |
Magic code.
Definition at line 50 of file Controller.idl.
string pdumodel::Controller::MetaData::serial |
Serial number; empty if unavailable.
Definition at line 55 of file Controller.idl.
Type pdumodel::Controller::MetaData::type |
Controller type
Definition at line 48 of file Controller.idl.
boolean pdumodel::Controller::MetaData::versionAvailable |
true
if version information and serial number is available
Definition at line 51 of file Controller.idl.