mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Merge pull request #136 from meshtastic/promote-device-metrics
Promote device metrics
This commit is contained in:
commit
31eaff0924
1 changed files with 2 additions and 2 deletions
|
|
@ -1009,9 +1009,9 @@ message NodeInfo {
|
|||
*/
|
||||
fixed32 last_heard = 5;
|
||||
/*
|
||||
* The latest device telemetry data for the node.
|
||||
* The latest device metrics for the node.
|
||||
*/
|
||||
Telemetry telemetry = 6;
|
||||
DeviceMetrics device_metrics = 6;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue