ScheduledBessPolicy
schedulescheduleschedule objectrequired
The schedule defining when the state of charge should be between minimum_state_of_charge and maximum_state_of_charge.
The schedule defining when the state of charge should be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: [once, weekly]
- once
- weekly
List of specific date-times in ISO 8601 format with timezone
Possible values: >= 1
Days of week when the schedule runs
Possible values: [Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday], >= 1
Time in HH:MM format (24-hour)
Possible values: Value must match regular expression ^([0-1][0-9]|2[0-3]):[0-5][0-9]$
IANA timezone identifier
The minimum state of charge to reach at the scheduled time. At each timestamp in the schedule, the state of charge will be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: >= 0 and <= 100
The maximum state of charge to reach at the scheduled time. At each timestamp in the schedule, the state of charge will be between minimum_state_of_charge and maximum_state_of_charge.
Possible values: >= 0 and <= 100
{
"type": "schedule",
"schedule": {
"frequency": "weekly",
"day_of_week": [
"monday",
"friday"
],
"time": "09:00",
"timezone": "America/New_York"
},
"minimum_state_of_charge": 85.49,
"maximum_state_of_charge": 85.49
}