-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathios.yaml
33 lines (32 loc) · 1.14 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
#################################################################
## iOS App Configs
#################################################################
push:
categories:
- name: Washing Machine
identifier: 'washingmachineswitch'
actions:
- identifier: 'WASHINGMACHINE_TURN_ON_SWITCH'
title: 'Turn Washing Machine Switch On'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Air Cleaner
identifier: 'aircleanerswitch'
actions:
- identifier: 'AIRCLEANER_TURN_ON_SWITCH'
title: 'Turn Air Cleaner Switch On'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- name: Hall Closet
identifier: 'hallclosetlights'
actions:
- identifier: 'HALLCLOSET_TURN_OFF_LIGHT'
title: 'Turn Hall Closet Lights Off'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'