-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathios_push_categories.yaml
More file actions
131 lines (131 loc) Β· 6.7 KB
/
ios_push_categories.yaml
File metadata and controls
131 lines (131 loc) Β· 6.7 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Ask to start (Yes) or postpone (No) lawn moving
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: Start Lawnmover
identifier: "start_lawn_mover"
actions:
- identifier: "START_LAWN_MOVER_YES"
title: "Yes"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "START_LAWN_MOVER_NO"
title: "No"
activationMode: "background"
authenticationRequired: no
destructive: yes
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Ask to start (Yes) ventilation
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: Ventilation_Isabella
identifier: "ventilation_isabella"
actions:
- identifier: "VENT_FAN"
title: "Start ventilation"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "VENT_WINDOW"
title: "I'll open a window"
activationMode: "background"
authenticationRequired: no
destructive: no
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Ask to start full vacuum clean or room clean when away
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: Vacuum_Notification
identifier: "vacuum_notification"
actions:
- identifier: "VACUUM_FULL_CLEAN"
title: "Yes, please"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "VACUUM_ROOM_CLEAN"
title: "Only selected rooms"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "VACUUM_POSTPONE"
title: "Postpone until tomorrow"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "VACUUM_ASK_LATER"
title: "Remind me later"
activationMode: "background"
authenticationRequired: no
destructive: no
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Ask to empty vacuum
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: Vacuum_Empty_Notification
identifier: "vacuum_empty_notification"
actions:
- identifier: "VACUUM_EMPTY_YES"
title: "Yes, please"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "VACUUM_EMPTY_ASK_LATER"
title: "Remind me later"
activationMode: "background"
authenticationRequired: no
destructive: no
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Send reminder the day before scheduled garbage collection
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: Garbage_Collection_Notification
identifier: "collection_notification"
actions:
- identifier: "COLLECTION_READY"
title: "Yes"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "COLLECTION_ASK_LATER"
title: "Remind me later"
activationMode: "background"
authenticationRequired: no
destructive: no
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Send reminder for baby vitamins
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: baby_drops
identifier: "baby_drops_notification"
actions:
- identifier: "BABY_DROPS_GIVEN"
title: "Yes"
activationMode: "background"
authenticationRequired: no
destructive: no
- identifier: "BABY_DROPS_ASK_LATER"
title: "Remind me later"
activationMode: "background"
authenticationRequired: no
destructive: no
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
# Alarm
#βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
- name: camera1
identifier: "camera1"
actions:
- identifier: "START_ALARM"
title: "Sound alarm"
activationMode: "background"
authenticationRequired: no
destructive: true
behavior: "default"
- identifier: "STOP_ALARM"
title: "Stop alarm"
activationMode: "background"
authenticationRequired: true
destructive: no
behavior: "default"
- identifier: "NOTIFY_TTS"
title: "Send TTS"
destructive: false
behavior: "textInput"
textInputButtonTitle: "Send TTS"
textInputPlaceholder: "Enter message"