mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add last_rx_time and node_broadcast_interval_secs to Neighbor
This commit is contained in:
parent
869b483145
commit
29fbfc2330
1 changed files with 12 additions and 0 deletions
|
|
@ -1390,6 +1390,18 @@ message Neighbor {
|
|||
* SNR of last heard message
|
||||
*/
|
||||
float snr = 2;
|
||||
|
||||
/*
|
||||
* Reception time (in secs since 1970) of last message that was last sent by this ID.
|
||||
* Note: this is for local storage only and will not be sent out over the mesh.
|
||||
*/
|
||||
fixed32 last_rx_time = 3;
|
||||
|
||||
/*
|
||||
* Broadcast interval of this neighbor (in seconds).
|
||||
* Note: this is for local storage only and will not be sent out over the mesh.
|
||||
*/
|
||||
uint32 node_broadcast_interval_secs = 4;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue