- Joined
- Sep 11, 2019
- Messages
- 184
- Reaction score
- 134
- Location
- United Kingdom
- What state or country do you live in
- United Kingdom
Am i correct in thinking that the Apex time command cannot span midnight, so the following would not be valid:
If Time 22:00 to 07:00 Then OFF
and instead you would need to use two separate lines, e.g.
If Time 22:00 to 23:59 Then OFF
If Time 00:00 to 07:00 Then OFF
Also, bonus question, does the OSC command always calculate a starting point from midnight?
If Time 22:00 to 07:00 Then OFF
and instead you would need to use two separate lines, e.g.
If Time 22:00 to 23:59 Then OFF
If Time 00:00 to 07:00 Then OFF
Also, bonus question, does the OSC command always calculate a starting point from midnight?


