Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Transfer switch statistics. More...
import <TransferSwitch.idl;
Public Attributes | |
int | transferCount |
Number of transfers since device startup. | |
int | powerFailDetectTime |
Detection time in us for the last inlet power failure. | |
int | relayOpenTime |
Time in us until all relays have opened during the last transfer. | |
int | totalTransferTime |
Total time in us for last transfer. | |
Transfer switch statistics.
Definition at line 99 of file TransferSwitch.idl.
int pdumodel::TransferSwitch::Statistics::powerFailDetectTime |
Detection time in us for the last inlet power failure.
Definition at line 101 of file TransferSwitch.idl.
int pdumodel::TransferSwitch::Statistics::relayOpenTime |
Time in us until all relays have opened during the last transfer.
Definition at line 102 of file TransferSwitch.idl.
int pdumodel::TransferSwitch::Statistics::totalTransferTime |
Total time in us for last transfer.
Definition at line 103 of file TransferSwitch.idl.
int pdumodel::TransferSwitch::Statistics::transferCount |
Number of transfers since device startup.
Definition at line 100 of file TransferSwitch.idl.