Please, help to set the time in the rules.
I want to rule triggers if the current time is less than 6 and more than 23.
Code: Select all
on R4#On do
%systime%
if %systime% > 23
gpio, 16, 1
endif
if %systime% > 23:00
gpio, 16, 1
endif
endon
p.s. sorry for the bad english...