Promote device metrics

pull/136/head
Ben Meadors 2022-04-01 18:13:30 -05:00
rodzic 99ce57802d
commit ca8ea6be65
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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