Skip to main content
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.
string
required
The UUID of the charger to update.

Response

string
The current firmware version installed on the charger. May be null.
string
The target firmware version for the update. May be null.
boolean
Whether a newer firmware version is available for this charger.
boolean
Whether automatic firmware updates are enabled for this charger.
boolean
Whether an update can currently be triggered. Always false after a successful trigger.
string
The firmware update status. Always requested after a successful trigger.
integer
The firmware update progress percentage. 12 immediately after a successful trigger.
string
The most recent raw firmware status reported. May be null.
string
ISO 8601 timestamp of the most recent firmware status. May be null.
string
The reason a newer version is unavailable when applicable. May be null.