Creates a new charger
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "<string>"
}
'Show Charger
Show ConnectionStatus
never_seen
offline
onlineShow Status
Available
Unavailable
FaultedShow Error
ConnectorLockFailure
EVCommunicationError
GroundFailure
HighTemperature
InternalError
LocalListConflict
NoError
OtherError
OverCurrentFailure
OverVoltage
PowerMeterFailure
PowerSwitchFailure
ReaderFailure
ResetFailure
UnderVoltage
WeakSignalLevel{
"data": {
"id": 596411,
"identity": "VTT_0001",
"connection_status": "offline",
"status": "Available",
"error": "NoError",
"error_info": null,
"created_at": "2023-09-20T12:40:39.000000Z",
"updated_at": "2023-09-21T12:55:33.000000Z"
}
}
Was this page helpful?
curl --request POST \
--url https://cloud.volttime.com/api/v2/teams/{team_id}/chargers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"identity": "<string>"
}
'