Legrand / Raritan Xerus™ JSON-RPC API for Remote Access Devices like KX4-101, KX3G2
Loading...
Searching...
No Matches
CimFirmwareUpdateStatus.idl
1/**
2 * %Firmware Management
3 */
4#include <FirmwareUpdateStatus.idl>
5module firmware {
6
7 /**
8 * %CimFirmware update status interface.
9 *
10 * Unlike all other sysrpc methods this function is implemented by a
11 * CGI script which is available even during a cim firmware update. The
12 * URL for this interface is /cgi-bin/fwupdate_progress.cgi.
13 */
15
16 /**
17 * Returns the device's firmware update status.
18 *
19 * @return Update status structure
20 */
22
23 };
24}
CimFirmware update status interface.
UpdateStatus getStatus()
Returns the device's firmware update status.
Firmware Management
Firmware update status