logical rules, how does it work?
Posted: 03 Feb 2017 23:06
I have created three scenes
1 2 3
I have 2 button remote 1 and 2(nodon remote)
If (scene == 1 and button == 2)
goto scene 2
elseif(scene == 2 and button==2)
goto scene 3
elseif(scene ==3 and button == 1)
goto scene 2
else if(scene == 2 and button == 1)
goto scene 1
It's just impossible to get this working in logical rules app. How do you do it ? Or are you supposed todo it in some other way. Or is it not possible todo such simple logic and I will have to create my own module ?
1 2 3
I have 2 button remote 1 and 2(nodon remote)
If (scene == 1 and button == 2)
goto scene 2
elseif(scene == 2 and button==2)
goto scene 3
elseif(scene ==3 and button == 1)
goto scene 2
else if(scene == 2 and button == 1)
goto scene 1
It's just impossible to get this working in logical rules app. How do you do it ? Or are you supposed todo it in some other way. Or is it not possible todo such simple logic and I will have to create my own module ?