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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.