changed Fritzbox item triggers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
rule "Presence Person1 online"
|
||||
when
|
||||
Item Smartphone1_Fritzbox received command ON or
|
||||
Item Smartphone1_Fritzbox changed to ON or
|
||||
Item Smartphone1_DDWRT1 received command ON or
|
||||
Item Smartphone1_DDWRT2 received command ON
|
||||
then
|
||||
@@ -9,7 +9,7 @@ end
|
||||
|
||||
rule "Presence Person1 offline"
|
||||
when
|
||||
Item Smartphone1_Fritzbox received command OFF or
|
||||
Item Smartphone1_Fritzbox changed to OFF or
|
||||
Item Smartphone1_DDWRT1 received command OFF or
|
||||
Item Smartphone1_DDWRT2 received command OFF
|
||||
then
|
||||
@@ -21,7 +21,7 @@ end
|
||||
|
||||
rule "Presence Person2 online"
|
||||
when
|
||||
Item Smartphone2_Fritzbox received command ON or
|
||||
Item Smartphone2_Fritzbox changed to ON or
|
||||
Item Smartphone2_DDWRT1 received command ON or
|
||||
Item Smartphone2_DDWRT2 received command ON
|
||||
then
|
||||
@@ -30,7 +30,7 @@ end
|
||||
|
||||
rule "Presence Person2 offline"
|
||||
when
|
||||
Item Smartphone2_Fritzbox received command OFF or
|
||||
Item Smartphone2_Fritzbox changed to OFF or
|
||||
Item Smartphone2_DDWRT1 received command OFF or
|
||||
Item Smartphone2_DDWRT2 received command OFF
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user