Add new "quality" tag to "network" module

This commit is contained in:
Delgan 2024-01-03 16:21:49 +01:00 committed by Daniel Eklöf
parent 26bf62a899
commit e1f78a16ab
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 17 additions and 2 deletions

View file

@ -45,6 +45,9 @@ address.
| signal
: int
: Signal strength, in dBm (Wi-Fi only)
| quality
: range
: Quality of the signal, in percent (Wi-Fi only)
| rx-bitrate
: int
: RX bitrate, in bits/s
@ -72,7 +75,7 @@ address.
| poll-interval
: int
: no
: Periodically (in milliseconds) update the signal, rx+tx bitrate, and
: Periodically (in milliseconds) update the signal, quality, rx+tx bitrate, and
ul+dl speed tags (default=0). Setting it to 0 disables updates. Cannot be less
than 250ms.