-
Notifications
You must be signed in to change notification settings - Fork 17
/
iOS.yaml
executable file
·65 lines (65 loc) · 1.96 KB
/
iOS.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
push:
categories:
- name: Alert
identifier: 'alert'
actions:
- identifier: 'DISABLE_ALERT'
title: 'Disable Alert'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Alarm
identifier: 'alarm'
actions:
- identifier: 'SILENCE_ALARM'
title: 'Silence Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: BMWAlert
identifier: 'bmwalert'
actions:
- identifier: 'LOCK_BMW'
title: 'Lock BMW'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Arm_Alarm
identifier: 'armalarm'
actions:
- identifier: 'ARM_ALARM'
title: 'Arm Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Disarm_Alarm
identifier: 'disarmalarm'
actions:
- identifier: 'DISARM_ALARM'
title: 'Disarm Alarm'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Unlock_Yale_Disarm_Alarm
identifier: 'unlockyaledisarmalarm'
actions:
- identifier: 'UNLOCK_YALE_DISARM_ALARM'
title: 'Disarm Alarm & Unlock Yale'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Unlock_Yale
identifier: 'unlockyale'
actions:
- identifier: 'UNLOCK_YALE'
title: 'Unlock Yale'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'