Sets the charging current limit for a specific connector. The limit is specified in Amperes (A).
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 1,
"limit": 16,
"stack_level": 84
}'
{}
See the documentation for more information.
Response from charger
The response is of type object
.
The response is of type object
.
The response is of type null
.
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v3/chargers/{charger_uuid}/actions/charge-limit \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connector_id": 1,
"limit": 16,
"stack_level": 84
}'
{}