Percent of airtime for transmission used within the last hour

This commit is contained in:
Jm Casler 2022-01-15 09:33:16 -08:00 committed by GitHub
parent 5f715e4be5
commit e060f99b72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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