Hi,
How can I have a rule for more than one day per week?
On Clock#Time=Mon,18:25 ... and for Thursday???
Rule for Monday and Thursday???
Moderators: grovkillen, Stuntteam, TD-er
- nonflammable
- Normal user
- Posts: 42
- Joined: 09 Mar 2016, 22:19
- Location: Poland
Re: Rule for Monday and Thursday???
You can use "All"
or specified days separately eg. Mon, Tue, Fri:
It seems impossible to use now "On Clock#Time=Mon,Tue,Fri,18:25 do" format ... but maybe in future 
Code: Select all
On Clock#Time=All,18:25 do // every day at 18:25 hours do ...
gpio,14,0
endon
Code: Select all
On Clock#Time=Mon,18:25 do // for Monday
gpio,14,0
endon
On Clock#Time=Tue,18:25 do // for Tuesday
gpio,14,0
endon
On Clock#Time=Fri,18:25 do // for Friday
gpio,14,0
endon

Who is online
Users browsing this forum: Ahrefs [Bot] and 11 guests