curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge" \ -H "Authorization: Bearer {token}" \ -X "GET"
{ "chargingStatus": "CHARGING", "isPluggedIn": null, "chargeRate": 21, "chargeType": "ac", "chargePortColor": "green", "chargePortLatch": "locked", "completionTime": "2022-01-13T22:52:55.358Z", "chargeMode": "manual", "socLimit": 0.8, "externalPowerStatus": "active", "wattage" : 1.5 }
Returns all charging related data for an Audi vehicle.
audi
read_charge
manual
timer
Was this page helpful?