Merge pull request #727 from vidplace7/buzzermode-direct_msg_only

Add DIRECT_MSG_ONLY Buzzer mode
This commit is contained in:
Ben Meadors 2025-07-13 06:10:19 -05:00 committed by GitHub
commit f6448be777
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,6 +178,13 @@ message Config {
* Buzzer is enabled only for non-notification tones such as button presses, startup, shutdown, but not for alerts.
*/
SYSTEM_ONLY = 3;
/*
* Direct Message notifications only.
* Buzzer is enabled only for direct messages and alerts, but not for button presses.
* External notification config determines the specifics of the notification behavior.
*/
DIRECT_MSG_ONLY = 4;
}
/*