EV Charging Status
GET https://api.smartcar.com/v2.0/vehicles/{{vehicle_id}}/charge
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 |