Name | Modifier & Defaults | Type | Description |
---|---|---|---|
until_hour | Required | Integer 1 - 24 | End time (as an hour) |
from_hour
must be smaller thanuntil_hour
.
Example: Run on Fridays from 20:00 to midnight:
...
{
"type": "INCLUDE",
"day": "FRIDAY",
"from_hour": 20,
"until_hour": 24
}
...
For a full example, see: activity_schedule