NOTIFICATIONS_ONLY constant

Config_DeviceConfig_BuzzerMode const NOTIFICATIONS_ONLY

Notifications Only. Buzzer is enabled only for notifications and alerts, but not for button presses. External notification config determines the specifics of the notification behavior.

Implementation

static const Config_DeviceConfig_BuzzerMode NOTIFICATIONS_ONLY =
    Config_DeviceConfig_BuzzerMode._(
        2, _omitEnumNames ? '' : 'NOTIFICATIONS_ONLY');