Sets the charging current limit for a specific connector. The limit is specified in Amperes (A).
cURL
curl --request POST \ --url https://app.plugchoice.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.
The ID of the connector to set the limit for
1
The charging current limit in Amperes (A)
16
Must be at least 0.
84
Response from charger
The response is of type object.
object
Was this page helpful?