ScheduledOperationsType interface
The list of scheduled operations.
Properties
| day |
Day of week |
| scheduled |
auto start time. value must be of ISO-8601 format HH:mm |
| scheduled |
auto stop time. value must be of ISO-8601 format HH:mm |
Property Details
dayOfWeek
scheduledStartTime
auto start time. value must be of ISO-8601 format HH:mm
scheduledStartTime?: string
Property Value
string
scheduledStopTime
auto stop time. value must be of ISO-8601 format HH:mm
scheduledStopTime?: string
Property Value
string