From 57653098ce78a397734f9fffa08221ccc9e7d830 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 21 Mar 2024 19:41:01 -0500 Subject: [PATCH] Set / unset node to be favorited by nodenum --- meshtastic/admin.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 01295f4..cd6de55 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -280,6 +280,16 @@ message AdminMessage { * Remove the node by the specified node-num from the NodeDB on the device */ uint32 remove_by_nodenum = 38; + + /* + * Set specified node-num to be favorited on the NodeDB on the device + */ + uint32 set_favorite_node = 39; + + /* + * Set specified node-num to be un-favorited on the NodeDB on the device + */ + uint32 remove_favorite_node = 40; /* * Begins an edit transaction for config, module config, owner, and channel settings changes