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.

  1. Navigate to Advanced Apps > Folio
Advanced Apps > Folio
  1. In the slider menu, click Launch.
Folio > Launch
  • The Folio App displays.
  1. In the Search box, enter:
    commit(diff(null, {dis:"Disable Alarm", disableAlarmNotification}, {add}))
  1. Click Enter.
  1. 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.

  1. Navigate to Advanced Apps > Folio .
Advanced Apps > Folio
  1. In the slider menu, select Launch.
Folio > Launch
  • The Folio App displays.
  1. In the Search bar, enter:
    commit(diff(null, {dis:"Test Alarm Poll Rate", alarmPollRate:120min}, {add}))
  1. Click Enter.
  • The dis string displays in the Folio dialog box.