Promote device metrics

This commit is contained in:
Ben Meadors 2022-04-01 18:13:30 -05:00
parent 99ce57802d
commit ca8ea6be65

View file

@ -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;
}
/*