Send the OCPP command remotely to charger.
POST {{baseUrl}}/chargerControl/chargers/:chargerId/remoteCommands/:remoteCommandType
Request Body
{"connectorId"=>"<integer>", "idTag"=>"<string>", "idTagType"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"commandType":"startChargingSession","response":{"status":"Accepted","message":"Operation successful: Start charging request has been accepted."}}