Add Find Node buzzer admin action#10755
Open
RCGV1 wants to merge 16 commits into
Open
Conversation
Sync current upstream NodeDB/admin/protobuf changes while preserving the find-node buzzer command and T1000-E fixes.
…buzzer # Conflicts: # src/mesh/generated/meshtastic/mesh.pb.h
Contributor
⚡ Try this PR in the Web FlasherNote Building this pull request… the flash button, badges and supported-board |
This was referenced Jun 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed?
Adds a dedicated Find Node admin action for nodes with buzzer hardware:
AdminMessage.find_node_requesthandling to start/stop an audible find-node pattern.find_node_responseresults forSTARTED,STOPPED,NO_BUZZER, andBUZZER_DISABLED.DeviceMetadata.hasBuzzerso clients can gate the action by capability.serial_enabled,is_managed) that older clients can echo back during sync.Related PRs:
Why did it change?
The phone app needs a clear phone-to-device contract to make a BLE-connected node buzz so the user can find it. A dedicated admin command is safer than overloading
send_input_eventor ringtone state, because firmware can return explicit capability/error results and can stop the pattern on real local user input.T1000-E I2C/QMA and GPS fixes were intentionally removed from this PR because those are covered by separate PRs.
Verification
trunk fmtran via the commit hook on the touched files.~/.platformio/penv/bin/python -m platformio test -e native-macos -f test_admin_radiopassed after removing the I2C/GPS scope.native-macos:test_admin_radio [PASSED].gps,i2c,qma,t1000, ormotionfiles.Attestations