This is the current config. Moved old to the v1-config branch

This commit is contained in:
Jeffrey Stone
2018-03-06 11:04:37 -05:00
parent d0e9db33c8
commit 67ecd08d7a
81 changed files with 1745 additions and 352 deletions

50
ios.yaml Normal file
View File

@@ -0,0 +1,50 @@
push:
categories:
- name: Lamps Off
identifier: 'Lamps'
actions:
- identifier: 'LAMPS_OFF'
title: 'Lamps Off'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'DISMISS'
title: 'Dismiss'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Htpc Off
identifier: 'Htpc'
actions:
- identifier: 'HTPC_OFF'
title: 'Htpc Off'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'DISMISS'
title: 'Dismiss'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'
- name: Dektop Off
identifier: 'Desktop'
actions:
- identifier: 'DESKTOP_OFF'
title: 'Desktop Off'
activationMode: 'background'
authenticationRequired: yes
destructive: yes
behavior: 'default'
- identifier: 'DISMISS'
title: 'Dismiss'
activationMode: 'background'
authenticationRequired: yes
destructive: no
behavior: 'default'