Admin message for removing node by nodenum

This commit is contained in:
Ben Meadors 2023-11-15 06:27:46 -06:00 committed by Thomas Göttgens
parent 59a67810ca
commit 36bd105cd5

View file

@ -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)