mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Revert previous commit - this needs it's own proto
This commit is contained in:
parent
e5abb26b83
commit
080fd3b0d1
1 changed files with 7 additions and 0 deletions
|
|
@ -86,6 +86,13 @@ message ChannelSettings {
|
|||
* Per-channel module settings.
|
||||
*/
|
||||
ModuleSettings module_settings = 7;
|
||||
|
||||
/*
|
||||
* Whether or not we should receive notifactions / alerts through this channel
|
||||
* Note: This is NOT the same as module_settings.is_client_mute which pertains
|
||||
* to the device role.
|
||||
*/
|
||||
bool mute = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue