v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Chevrolet

Retrieve charging voltmeter time for a Chevrolet.

Description

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

get/vehicles/{vehicle_id}/chevrolet/charge/voltmeter

Response

returns the voltage of the charger measured by the vehicle.

voltagenumber float

The voltage of the charger measured by the vehicle.

Example response

{
  "voltage": 240
}