until_hour

NameModifier & DefaultsTypeDescription
until_hourRequiredInteger

1 - 24
End time (as an hour)

🚧

from_hour must be smaller than until_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