Percent of airtime for transmission used within the last hour

pull/74/head
Jm Casler 2022-01-15 09:33:16 -08:00 zatwierdzone przez GitHub
rodzic 5f715e4be5
commit e060f99b72
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 9 dodań i 2 usunięć

Wyświetl plik

@ -993,12 +993,12 @@ message MyNodeInfo {
uint32 min_app_version = 14;
/*
* 48 time windows of 1hr each with the airtime transmitted out of the device per hour.
* 24 time windows of 1hr each with the airtime transmitted out of the device per hour.
*/
repeated uint32 air_period_tx = 16;
/*
* 48 time windows of 1hr each with the airtime of valid packets for your mesh.
* 24 time windows of 1hr each with the airtime of valid packets for your mesh.
*/
repeated uint32 air_period_rx = 17;
@ -1011,6 +1011,13 @@ message MyNodeInfo {
* Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).
*/
float channel_utilization = 19;
/*
* Percent of airtime for transmission used within the last hour.
*/
float air_util_tx = 20;
/*