mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add DIRECT_MSG_ONLY Buzzer mode
This commit is contained in:
parent
362c590bc3
commit
27537101a4
1 changed files with 7 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue