Enables a connector
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/enable \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123
}
'{
"message": "Accepted"
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers/{charger_id}/commands/enable \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"connector_id": 123
}
'