Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Firmware management methods More...
Public Member Functions | |
void | reboot () |
Reboot the device. | |
void | factoryReset () |
Reset the device configuration to factory defaults. | |
int | hardFactoryReset () |
Reset all device data to factory defaults. | |
int | manufacturingReset () |
Semi-hard factory reset for manufacturing. | |
string | getVersion () |
Returns the currently installed firmware version. | |
vector< UpdateHistoryEntry > | getUpdateHistory () |
Fetch the firmware update history. | |
ImageStatus | getImageStatus () |
Get the current firmware image upload/download status. | |
void | discardImage () |
Discard the currently uploaded firmware image, cancel the update. | |
boolean | getImageInfo (out ImageInfo info) |
Return information about a currently uploaded firmware image. | |
void | startUpdate (in vector< UpdateFlags > flags) |
Launch the firmware update process. | |
Firmware management methods
Definition at line 121 of file Firmware.idl.
boolean firmware::Firmware::getImageInfo | ( | out ImageInfo | info | ) |
Return information about a currently uploaded firmware image.
info | Firmware image information |
true
if a firmware image is uploaded, false
otherwise. ImageStatus firmware::Firmware::getImageStatus | ( | ) |
Get the current firmware image upload/download status.
vector< UpdateHistoryEntry > firmware::Firmware::getUpdateHistory | ( | ) |
Fetch the firmware update history.
string firmware::Firmware::getVersion | ( | ) |
Returns the currently installed firmware version.
int firmware::Firmware::hardFactoryReset | ( | ) |
Reset all device data to factory defaults.
This includes energy counters, firmware update history and reliability data.
int firmware::Firmware::manufacturingReset | ( | ) |
Semi-hard factory reset for manufacturing.
This command clears both the user and system configuration layer, but keeps the ETO cache and subcontroller security association.
void firmware::Firmware::reboot | ( | ) |
Reboot the device.
This function will fail if a firmware update is in progress.
void firmware::Firmware::startUpdate | ( | in vector< UpdateFlags > | flags | ) |
Launch the firmware update process.
The device will stop handling RPC requests shortly after this method has been successfully called. The client should poll the fwupdate_progress.cgi page to monitor the update progress.
flags | List of firmware update flags; may be empty |