Dadith1
2009-10-26 17:45:49
I wish I could just curious 'if and' can create a Botton Momentary with Conditional Rules
E 'possible wish ?
[/b]
E 'possible wish ?
[/b]
Dadith1
2009-10-26 17:45:49
Attigo
2009-11-17 06:33:41
Code: Select all
if oo=qq then skip next rule
exit rules, skip outgoing action
if pp=qq then skip next rule
exit rules, skip outgoing action
exit rules, execute outgoing action
Dadith1
2009-11-17 14:40:17
Thanks Attigo I will now try 'and I'll' knowAttigo wrote:Hi Dadith1!
If you are looking for an 'if and' rule, then sadly that's not built in yet, It is something I would also like to see. I will speak with Florian, but remember there is the 'Feature Request' forum..
http://www.bome.com/forums/viewforum.php?f=5
To work around this for now, I recommend you use rules something like this:This would execute your outgoing action IF oo=qq AND pp=qqCode: Select all
if oo=qq then skip next rule exit rules, skip outgoing action if pp=qq then skip next rule exit rules, skip outgoing action exit rules, execute outgoing action
I hope this was what you were looking for, and I hope it helps!
cheers,
Scott Hobbs
Dadith1
2009-11-19 22:09:25
Dadith1 wrote:Thanks Attigo I will now try 'and I'll' knowAttigo wrote:Hi Dadith1!
If you are looking for an 'if and' rule, then sadly that's not built in yet, It is something I would also like to see. I will speak with Florian, but remember there is the 'Feature Request' forum..
http://www.bome.com/forums/viewforum.php?f=5
To work around this for now, I recommend you use rules something like this:Code: Select all
if oo=qq then skip next rule exit rules, skip outgoing action if pp=qq then skip next rule exit rules, skip outgoing action exit rules, execute outgoing action
This would execute your outgoing action IF oo=qq AND pp=qq
I hope this was what you were looking for, and I hope it helps!
cheers,
Scott Hobbs