11-12-2023, 08:59 AM
(This post was last modified: 11-12-2023, 09:11 AM by engmohades.)
(11-11-2023, 12:37 PM)admin Wrote: not use 1 IFTTT command. create 2 IFTTT command, one is for ON, another is for OFF.
I used 2 of the IFTTT as shown in the previous attachment.
1- IF INPUT1 True and INPUT2 false THEN TUREN ON OUPUT1. ( using and condition )
2- IF INPUT1 True and INPUT2 True THEN TUREN OFF OUPUT1. ( using and condition )
3- IF INPUT1 false OR INPUT2 True THEN TUREN OFF OUPUT1. ( using or condition )