Hello to everyone
I need some help for converting my actual configuration to new standard.
ios:
push:
categories:
- name: AlarmCamera
identifier: 'camera'
actions:
- identifier: 'SILENCE_ALARM'
title: 'Disattiva Allarme'
activationMode: 'background'
authenticationRequired: true
destructive: true
behavior: 'default'
- name: AlarmCameraBattery
identifier: 'camera2'
actions:
- identifier: 'TRIGGER'
title: 'Attiva Sirene'
activationMode: 'background'
authenticationRequired: false
destructive: true
behavior: 'default'
- name: AlarmCameraManualDisarm
identifier: 'camera1'
actions:
- identifier: 'TOTALE'
title: 'Allarme Totale'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'PARZIALE'
title: 'Allarme Parziale'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'NOTTURNO'
title: 'Allarme Notturno'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'TRIGGER'
title: 'Attiva Sirene'
activationMode: 'background'
authenticationRequired: false
destructive: true
behavior: 'default'
- name: DisableAlarm
identifier: 'disablealarm'
actions:
- identifier: 'TOTALE'
title: 'Allarme Totale'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'PARZIALE'
title: 'Allarme Parziale'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'NOTTURNO'
title: 'Allarme Notturno'
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
- identifier: 'SILENCE_ALARM'
title: 'Disattiva Allarme'
activationMode: 'background'
authenticationRequired: true
destructive: true
behavior: 'default'
- name: Disattiva_Pompa
identifier: 'disattiva_pompa'
actions:
- identifier: 'disattivapompa'
title: 'Disattiva Pompa'
icon: "sfsymbols:drop.triangle"
activationMode: 'background'
authenticationRequired: false
destructive: false
behavior: 'default'
Thanks a lot
Stefano