Merge pull request #483 from meshtastic/uptime

Add uptime seconds
This commit is contained in:
Ben Meadors 2024-04-11 07:01:42 -05:00 committed by GitHub
commit f92900c5f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,6 +31,11 @@ message DeviceMetrics {
* Percent of airtime for transmission used within the last hour.
*/
float air_util_tx = 4;
/*
* How long the device has been running since the last reboot (in seconds)
*/
uint32 uptime_seconds = 5;
}
/*