Refresh charger configuration
x-ms-visibility: "important"
Requests the latest configuration from the charger using OCPP GetConfiguration.
Path Parameters
chargerId string required
The unique ID of the charger.
Responses
- 200
- 400
- 401
Returns the updated charger configuration.
application/json
Schema
Example (from schema)
Schema
chargerId string
status string
{
"chargerId": "string",
"status": "string"
}
Invalid request.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...