Get Firmware Status
Firmware
Get Firmware Status
GET
Get Firmware Status
Returns the firmware overview for the specified charger, including the current version and whether an update is available.
The UUID of the charger.
Response
The current firmware version installed on the charger. May be
null.The latest firmware version available for this charger. May be
null.Whether a newer firmware version is available for this charger.
Whether automatic firmware updates are enabled for this charger.
Whether an update can currently be triggered.
false when no update is available or an update is already in progress.The current firmware update status. One of
idle, update_available, requested, downloading, downloaded, installing, installed, up_to_date, or failed.The firmware update progress percentage (0-100).
The most recent raw firmware status reported (e.g.,
Downloading, Installed, Requested). May be null.ISO 8601 timestamp of the most recent firmware status. May be
null.The reason a newer version is unavailable when applicable. One of
up_to_date, no_pipeline, unknown_version, or invalid_version. May be null.