Skip to content

Commit

Permalink
Promote device metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Apr 1, 2022
1 parent 99ce578 commit ca8ea6b
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 ca8ea6b

Please sign in to comment.