I'd like to create a schedule that fires an "on" event every 3 hours between 10:00 and 19:00 and an "off" event every 3 hours between 11:00 and 20:00, so:
10:00 "on", 11:00 "off"
13:00 "on", 14:00 "off"
16:00 "on", 17:00 "off"
19:00 "on", 20:00 "off"
I defined the Cron Plus node as follows:
The first schedule is dispatched just fine, every 3 hours between 10:00 and 19:59 with "on" payload.
However, the second schedule, that should be dispatched every 3 hours between 11:00 and 20:59 with "off" payload does not get dispatched.
Hello,
I'd like to create a schedule that fires an "on" event every 3 hours between 10:00 and 19:00 and an "off" event every 3 hours between 11:00 and 20:00, so: 10:00 "on", 11:00 "off" 13:00 "on", 14:00 "off" 16:00 "on", 17:00 "off" 19:00 "on", 20:00 "off"
I defined the Cron Plus node as follows:
The first schedule is dispatched just fine, every 3 hours between 10:00 and 19:59 with "on" payload. However, the second schedule, that should be dispatched every 3 hours between 11:00 and 20:59 with "off" payload does not get dispatched.
What did I do wrong?