Fixed notification when security fails to arm
This commit is contained in:
@ -208,9 +208,9 @@ script:
|
|||||||
data:
|
data:
|
||||||
who: common
|
who: common
|
||||||
message: 'There are active security faults. Please close all doors and windows before arming.'
|
message: 'There are active security faults. Please close all doors and windows before arming.'
|
||||||
- service: script.text_notify
|
- service: script.text_urgent_alert
|
||||||
data:
|
data:
|
||||||
who: 'ios_parents'
|
who: 'parents'
|
||||||
message: 'There are active security faults. Please close all doors and windows before arming.'
|
message: 'There are active security faults. Please close all doors and windows before arming.'
|
||||||
|
|
||||||
security_arm_away:
|
security_arm_away:
|
||||||
@ -234,9 +234,9 @@ script:
|
|||||||
data:
|
data:
|
||||||
who: common
|
who: common
|
||||||
message: 'There are active security faults. Please close all doors and windows before arming.'
|
message: 'There are active security faults. Please close all doors and windows before arming.'
|
||||||
- service: script.text_notify
|
- service: script.text_urgent_alert
|
||||||
data:
|
data:
|
||||||
who: 'ios_parents'
|
who: 'parents'
|
||||||
message: 'There are active security faults. Please close all doors and windows before arming.'
|
message: 'There are active security faults. Please close all doors and windows before arming.'
|
||||||
|
|
||||||
security_disarm:
|
security_disarm:
|
||||||
|
Reference in New Issue
Block a user