Merge pull request #483 from meshtastic/uptime

Add uptime seconds
pull/484/head v2.3.5
Ben Meadors 2024-04-11 07:01:42 -05:00 zatwierdzone przez GitHub
commit f92900c5f8
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

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