Update Firmware
Firmware
Update Firmware
POST
Update Firmware
Triggers a firmware update to the latest available version for the specified charger. Returns
202 Accepted when the update is successfully requested. Returns 422 Unprocessable Entity with a message field when no newer firmware is available, no update track is configured, or the current version cannot be determined.
The UUID of the charger to update.
Response
The current firmware version installed on the charger. May be
null.The target firmware version for the update. 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. Always
false after a successful trigger.The firmware update status. Always
requested after a successful trigger.The firmware update progress percentage.
12 immediately after a successful trigger.The most recent raw firmware status reported. May be
null.ISO 8601 timestamp of the most recent firmware status. May be
null.The reason a newer version is unavailable when applicable. May be
null.