mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add telemetry to node info
This commit is contained in:
parent
1821c1b378
commit
5bccf5106e
1 changed files with 4 additions and 0 deletions
|
|
@ -1013,6 +1013,10 @@ message NodeInfo {
|
|||
* Set to indicate the last time we received a packet from this node
|
||||
*/
|
||||
fixed32 last_heard = 5;
|
||||
/*
|
||||
* The latest telemetry data for the node.
|
||||
*/
|
||||
Telemetry telemetry = 6;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue