Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Image upload/download status. More...
Public Attributes | |
ImageState | state |
Image upload/download state. | |
string | error_message |
Error message; empty if there was no error. | |
time | time_started |
UNIX timestamp (UTC) of the last state change (if available) | |
int | size_total |
Total size of the image (if available) | |
int | size_done |
Progress of the running upload or download (if available) | |
Image upload/download status.
Definition at line 52 of file Firmware.idl.
string firmware::ImageStatus::error_message |
Error message; empty if there was no error.
Definition at line 54 of file Firmware.idl.
int firmware::ImageStatus::size_done |
Progress of the running upload or download (if available)
Definition at line 57 of file Firmware.idl.
int firmware::ImageStatus::size_total |
Total size of the image (if available)
Definition at line 56 of file Firmware.idl.
ImageState firmware::ImageStatus::state |
Image upload/download state.
Definition at line 53 of file Firmware.idl.
time firmware::ImageStatus::time_started |
UNIX timestamp (UTC) of the last state change (if available)
Definition at line 55 of file Firmware.idl.