v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Tesla

Set charging ammeter time for a Tesla.

Description

When the vehicle is plugged in, this endpoint sets the amperage of the charger measured by the vehicle. When the vehicle is not plugged in, this endpoint results in a vehicle state error.

post/vehicles/{vehicle_id}/tesla/charge/ammeter

Request body

amperagenumber float

The amperage of the charger measured by the vehicle.

Example request

{
  "amperage": 48
}

Response

returns the amperage of the charger measured by the vehicle.

status'SUCCESS' | 'FAILED'
messagestring nullable

Example response

{
  "status": "SUCCESS"
}