python icon indicating copy to clipboard operation
python copied to clipboard

Mute: nodes

Open ford-jones opened this issue 3 months ago • 0 comments

This PR adds the ability to mute specific nodes from your NodeDB - an action which ensures external notifications and UI notifications / popups on the device aren't fired upon receiving one of their messages. I.e.

# mutes a node in the NodeDB
meshtastic --set-muted-node '!xxxxxxxx'

# un-mutes a node in the NodeDB
meshtastic --remove-muted-node '!xxxxxxxx'

Firmware changes: https://github.com/meshtastic/firmware/pull/8088 Protobuf changes: https://github.com/meshtastic/protobufs/pull/779 Docs: https://github.com/meshtastic/meshtastic/pull/2038

Related issues: https://github.com/meshtastic/device-ui/issues/189 https://github.com/meshtastic/firmware/issues/7943

ford-jones avatar Sep 16 '25 00:09 ford-jones