Add or update a charging schedule.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The associated VIN.
Whether to wait for the command to complete before returning a response.
A comma separated list of days this schedule should be enabled. Example: "Thursday,Saturday". Also supports "All" and "Weekdays".
If this schedule should be considered for execution.
If the vehicle should begin charging at the given start_time.
If the vehicle should stop charging after the given end_time.
If this is a one-time schedule.
The ID of an existing schedule to modify. Omit if creating a new schedule.
The number of minutes into the day this schedule begins. 1:05 AM is represented as 65. Omit if start_enabled set to false.
The number of minutes into the day this schedule ends. 1:05 AM is represented as 65. Omit if end_enabled set to false.
The approximate latitude the vehicle must be at to use this schedule.
The approximate longitude the vehicle must be at to use this schedule.
Success
The response is of type object
.