mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #469 from meshtastic/is_favorite
Add is_favorite to NodeInfo/Lite
This commit is contained in:
commit
bcfb49c498
2 changed files with 12 additions and 0 deletions
|
|
@ -129,6 +129,12 @@ message NodeInfoLite {
|
|||
* Number of hops away from us this node is (0 if adjacent)
|
||||
*/
|
||||
uint32 hops_away = 9;
|
||||
|
||||
/*
|
||||
* True if node is in our favorites list
|
||||
* Persists between NodeDB internal clean ups
|
||||
*/
|
||||
bool is_favorite = 10;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -1126,6 +1126,12 @@ message NodeInfo {
|
|||
* Number of hops away from us this node is (0 if adjacent)
|
||||
*/
|
||||
uint32 hops_away = 9;
|
||||
|
||||
/*
|
||||
* True if node is in our favorites list
|
||||
* Persists between NodeDB internal clean ups
|
||||
*/
|
||||
bool is_favorite = 10;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue