Merge pull request #471 from meshtastic/set-favorite

pull/472/head v2.3.2
Ben Meadors 2024-03-21 21:20:32 -05:00 zatwierdzone przez GitHub
commit 0fe69d73e6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 10 dodań i 0 usunięć

Wyświetl plik

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