Hey @emdeex,
I found this in an earlier thread:
the on/off setting turns off the LEDs if the time is after the OFF time or before the ON time.
@wizard, what would you think of the following modification to this logic?
(Assume all time is specified as hours in a single day where zero is midnight)
If on time before (less than) off time,
On if now is (after on time AND before off time)
If on time is after (greater than) off time,
On if now is (after on time OR before off time)