v1

latestOpenAPI 3.0.32026-07-13353343.5 KB
Evs

EV Charging Status

Description

Returns the current charge status of an electric vehicle.

Permission

read_charge

Response body

NameTypeBoolean
isPluggedInbooleanIndicates whether a charging cable is currently plugged into the vehicle’s charge port.
statestringIndicates whether the vehicle is currently charging. Options: CHARGING FULLY_CHARGED NOT_CHARGING
get/vehicles/{vehicle_id}/charge

Response

return EV Charge reading

isPluggedInboolean

Indicates whether a charging cable is currently plugged into the vehicle’s charge port.

state'CHARGING' | 'FULLY_CHARGED' | 'NOT_CHARGING'

Example response

{
  "isPluggedIn": true,
  "state": "FULLY_CHARGED"
}