From 36bd105cd56fd0563694eb73ab982e263966e59d Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 15 Nov 2023 06:27:46 -0600 Subject: [PATCH] Admin message for removing node by nodenum --- meshtastic/admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 1fcd78d..a14cc0e 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -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)