Add uptime seconds

This commit is contained in:
Ben Meadors 2024-04-10 07:07:37 -05:00 committed by GitHub
parent 22cbd0d4cf
commit 4051bdbee0
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;
}
/*