Hi All,
I just want to verify shortly with you a time condition as I am not 100% sure my estimation is correct
- condition: or
conditions:
- condition: time
after: "22:00:00"
before: "06:00:00"
weekday:
- mon
- tue
- wed
- thu
- fri
- condition: time
after: "13:00:00"
weekday:
- sat
- condition: time
before: "23:59:59"
weekday:
- sun
On mondays at e.g. 04:00:00 I would assume the condition is true because of the first OR option.
Do you agree?
Thanks