Skip to content

Commit

Permalink
Merge pull request meshtastic#136 from meshtastic/promote-device-metrics
Browse files Browse the repository at this point in the history
Promote device metrics
  • Loading branch information
thebentern authored Apr 1, 2022
2 parents 99ce578 + ca8ea6b commit 31eaff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit 31eaff0

Please sign in to comment.