Merge pull request #136 from meshtastic/promote-device-metrics

Promote device metrics
This commit is contained in:
Ben Meadors 2022-04-01 23:15:02 +00:00 committed by GitHub
commit 31eaff0924
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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