From f6801be8a323b67856cb6ce414f08382c68ea112 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 16 Mar 2021 08:38:33 -0700 Subject: [PATCH] doc: document new AverageRSSI diagnostics key --- doc/station-diagnostic-api.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/station-diagnostic-api.txt b/doc/station-diagnostic-api.txt index af82229b..b5a73b5d 100644 --- a/doc/station-diagnostic-api.txt +++ b/doc/station-diagnostic-api.txt @@ -25,6 +25,8 @@ Methods dict GetDiagnostics() RSSI [optional] - The RSSI of the currently connected BSS. + AverageRSSI [optional] - Average RSSI of currently connected BSS. + RxMode [optional] - The phy technology being used (802.11n, 802.11ac or 802.11ax).