|
@ -1,6 +1,6 @@ |
|
|
rule "Presence Person1 online" |
|
|
rule "Presence Person1 online" |
|
|
when |
|
|
when |
|
|
Item Smartphone1_Fritzbox received command ON or |
|
|
Item Smartphone1_Fritzbox changed to ON or |
|
|
Item Smartphone1_DDWRT1 received command ON or |
|
|
Item Smartphone1_DDWRT1 received command ON or |
|
|
Item Smartphone1_DDWRT2 received command ON |
|
|
Item Smartphone1_DDWRT2 received command ON |
|
|
then |
|
|
then |
|
@ -9,7 +9,7 @@ end |
|
|
|
|
|
|
|
|
rule "Presence Person1 offline" |
|
|
rule "Presence Person1 offline" |
|
|
when |
|
|
when |
|
|
Item Smartphone1_Fritzbox received command OFF or |
|
|
Item Smartphone1_Fritzbox changed to OFF or |
|
|
Item Smartphone1_DDWRT1 received command OFF or |
|
|
Item Smartphone1_DDWRT1 received command OFF or |
|
|
Item Smartphone1_DDWRT2 received command OFF |
|
|
Item Smartphone1_DDWRT2 received command OFF |
|
|
then |
|
|
then |
|
@ -21,7 +21,7 @@ end |
|
|
|
|
|
|
|
|
rule "Presence Person2 online" |
|
|
rule "Presence Person2 online" |
|
|
when |
|
|
when |
|
|
Item Smartphone2_Fritzbox received command ON or |
|
|
Item Smartphone2_Fritzbox changed to ON or |
|
|
Item Smartphone2_DDWRT1 received command ON or |
|
|
Item Smartphone2_DDWRT1 received command ON or |
|
|
Item Smartphone2_DDWRT2 received command ON |
|
|
Item Smartphone2_DDWRT2 received command ON |
|
|
then |
|
|
then |
|
@ -30,7 +30,7 @@ end |
|
|
|
|
|
|
|
|
rule "Presence Person2 offline" |
|
|
rule "Presence Person2 offline" |
|
|
when |
|
|
when |
|
|
Item Smartphone2_Fritzbox received command OFF or |
|
|
Item Smartphone2_Fritzbox changed to OFF or |
|
|
Item Smartphone2_DDWRT1 received command OFF or |
|
|
Item Smartphone2_DDWRT1 received command OFF or |
|
|
Item Smartphone2_DDWRT2 received command OFF |
|
|
Item Smartphone2_DDWRT2 received command OFF |
|
|
then |
|
|
then |
|
|