curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/voltmeter" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "voltage": 240 }
When the vehicle is plugged in, returns the charging voltage measured by the vehicle. When the vehicle is not plugged in, this endpoint results in a vehicle state error.
tesla
read_charge
Was this page helpful?