{
...
"trigger": "IMMEDIATE", // allowed values "IMMEDIATE", "SCHEDULED", "MANUAL"
"options": {
...
"scheduledTime": "YYYY-MM-DD HH:mm",
"allowedTimeFrame": "09:00-18:00",
...
}
...
}
The allowedTimeFrame feature is a new feature that allows you to specify a time frame in which the trigger is allowed to be executed. The time frame is specified in the format "HH:mm-HH:mm" (24-hour format). The trigger will only be executed if the current time is within the specified time frame. If the current time is outside the specified time frame, the trigger will be scheduled to be executed at the next available time within the time frame.
The allowedTimeFrame feature is a new feature that allows you to specify a time frame in which the trigger is allowed to be executed. The time frame is specified in the format "HH:mm-HH:mm" (24-hour format). The trigger will only be executed if the current time is within the specified time frame. If the current time is outside the specified time frame, the trigger will be scheduled to be executed at the next available time within the time frame.
Checklist: