python
python copied to clipboard
Mute: nodes
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