Tesla
Charge Schedule
Sets the charging schedule for a vehicle.
POST
/
vehicles
/
{id}
/
{make}
/
charge
/
schedule
This endpoint is currently available for tesla
Permission
control_charge
Request
Path
id
string
requiredThe vehicle ID of the vehicle you are making a request to.
make
string
requiredThe make of the vehicle you are making a request to.
Body
type
string
requiredThe type of schedule you want to set.
START_TIME
When plugged in, the vehicle will delay starting a charging session until this time in HH:mm
.
DEPARTURE_TIME
When plugged in, the vehicle may delay starting a charging session as long as it can reach its
charge limit by this time in HH:mm
.
enabled
boolean
requiredEnables or disables the specified charging schedule.
time
string
requiredThe time for the provided schedule type in HH:mm.
Response
departureTime
object
The departure time configuration for the charging schedule.
startTime
object
The start time configuration for the charging schedule.
Was this page helpful?