Search found 2 matches

by janpas
11 May 2018, 18:34
Forum: ESP Easy: Software
Topic: The rule how to do it
Replies: 3
Views: 3861

Re: The rule how to do it

I read but I did not manage to master it.
by janpas
10 May 2018, 21:33
Forum: ESP Easy: Software
Topic: The rule how to do it
Replies: 3
Views: 3861

The rule how to do it

I have a rule
on Przycisk#Switch do
if [Relay#Switch]=1
gpio,12,0
gpio,13,0
else
gpio,12,1
gpio,13,1
endif
endon

and I would like the relay 1 to turn off immediately
and relay 2 after 10 minutes.
Thank you so much for help.
Sorry for my English.
Regards