Skip to content

Commit 2753710

Browse files
committed
Add DIRECT_MSG_ONLY Buzzer mode
1 parent 362c590 commit 2753710

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

meshtastic/config.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ message Config {
178178
* Buzzer is enabled only for non-notification tones such as button presses, startup, shutdown, but not for alerts.
179179
*/
180180
SYSTEM_ONLY = 3;
181+
182+
/*
183+
* Direct Message notifications only.
184+
* Buzzer is enabled only for direct messages and alerts, but not for button presses.
185+
* External notification config determines the specifics of the notification behavior.
186+
*/
187+
DIRECT_MSG_ONLY = 4;
181188
}
182189

183190
/*

0 commit comments

Comments
 (0)