curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/firmware \
--header 'Authorization: Bearer <token>'{
"current_version": "<string>",
"latest_version": "<string>",
"can_update": true,
"status": "<string>",
"progress": 123
}curl --request GET \
--url https://app.plugchoice.com/api/v3/chargers/{charger}/firmware \
--header 'Authorization: Bearer <token>'{
"current_version": "<string>",
"latest_version": "<string>",
"can_update": true,
"status": "<string>",
"progress": 123
}Returns the firmware overview for the specified charger, including the current version and whether an update is available.Documentation Index
Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
Use this file to discover all available pages before exploring further.
idle, requested, downloading, installed).