curl "https://api.smartcar.com/v2.0/vehicles/{id}/{make}/charge/schedule" \ -H "Authorization: Bearer {token}" \ -X "POST" \ -H "Content-Type: application/json" \ -d '{"type": "START_TIME", "enable": true, "time": "23:30"}'
{ "departureTime": { "enabled": false, "time": null }, "startTime": { "enabled": true, "time": "18:30" } }
Sets the charging schedule for a vehicle.
tesla
control_charge
Hide type
HH:mm
Show departureTime
departureTime
Show startTime
Was this page helpful?