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>'
The id of the team
The id of the charger
{ "message": "Accepted" }
Was this page helpful?