v1
latestOpenAPI 3.0.32026-07-13353343.5 KBEvs
EV Charging Status
Description
Returns the current charge status of an electric vehicle.
Permission
read_charge
Response body
| Name | Type | Boolean |
|---|---|---|
| isPluggedIn | boolean | Indicates whether a charging cable is currently plugged into the vehicle’s charge port. |
| state | string | Indicates whether the vehicle is currently charging. Options: CHARGING FULLY_CHARGED NOT_CHARGING |
get/vehicles/{vehicle_id}/charge
Response
return EV Charge reading
Example response
{
"isPluggedIn": true,
"state": "FULLY_CHARGED"
}