Restores the charger to a state resembling a freshly booted condition
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/reset \
--header 'Authorization: Bearer <token>'
{
"message": "Accepted"
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/reset \
--header 'Authorization: Bearer <token>'