The following settings are used to control the alarm notifications:
- Disable Alarm Notifications
- Alarm Notification Poll Rate
Disable Alarm Notifications
If you want to disable the alarm notifications, create a new record with the marker tag disableAlarmNotification.
- Navigate to Advanced Apps > Folio
- In the slider menu, click Launch.
- The Folio App displays.
- In the Search box, enter:
commit(diff(null, {dis:"Disable Alarm", disableAlarmNotification}, {add}))
- Click Enter.
- In Markers, input disableAlarmNotification.
Alarm Notification Poll Rate
If you want to control how often the alarm notifications poll, create a new record with the number property tag alarmPollRate.
- Navigate to Advanced Apps > Folio .
- In the slider menu, select Launch.
- The Folio App displays.
- In the Search bar, enter:
commit(diff(null, {dis:"Test Alarm Poll Rate", alarmPollRate:120min}, {add}))
- Click Enter.
- The dis string displays in the Folio dialog box.