Add DIRECT_MSG_ONLY Buzzer mode

pull/727/head
vidplace7 2025-07-12 18:15:16 -04:00
rodzic 362c590bc3
commit 27537101a4
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -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;
}
/*