mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Admin message for removing node by nodenum
This commit is contained in:
parent
59a67810ca
commit
36bd105cd5
1 changed files with 5 additions and 0 deletions
|
|
@ -260,6 +260,11 @@ message AdminMessage {
|
|||
*/
|
||||
string set_ringtone_message = 37;
|
||||
|
||||
/*
|
||||
* Remove the node by the specified node-num from the NodeDB on the device
|
||||
*/
|
||||
uint32 remove_by_nodenum = 38;
|
||||
|
||||
/*
|
||||
* Begins an edit transaction for config, module config, owner, and channel settings changes
|
||||
* This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue