| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Firmware update status More...
import <FirmwareUpdateStatus.idl;
| Public Attributes | |
| string | state | 
| Current state of firmware update: NONE, INIT, PREP, SIMULATE, UPDATE, SUCCESS or FAIL. | |
| int | elapsed | 
| Seconds since start of update, 0 if not available. | |
| int | estimated | 
| Estimated total time for update, 0 if not available. | |
| string | error_message | 
| Error message; empty if there was no error. | |
Firmware update status
Definition at line 14 of file FirmwareUpdateStatus.idl.
| int firmware::UpdateStatus::elapsed | 
Seconds since start of update, 0 if not available.
Definition at line 16 of file FirmwareUpdateStatus.idl.
| string firmware::UpdateStatus::error_message | 
Error message; empty if there was no error.
Definition at line 18 of file FirmwareUpdateStatus.idl.
| int firmware::UpdateStatus::estimated | 
Estimated total time for update, 0 if not available.
Definition at line 17 of file FirmwareUpdateStatus.idl.
| string firmware::UpdateStatus::state | 
Current state of firmware update: NONE, INIT, PREP, SIMULATE, UPDATE, SUCCESS or FAIL.
Definition at line 15 of file FirmwareUpdateStatus.idl.