mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 05:15:41 +02:00
doc: network: document ssid, signal, rx-bitrate and tx-bitrate
This commit is contained in:
parent
a685dadb75
commit
01ee028c4d
1 changed files with 13 additions and 0 deletions
|
@ -39,6 +39,19 @@ address.
|
||||||
| ipv6
|
| ipv6
|
||||||
: string
|
: string
|
||||||
: IPv6 address assigned to the interface, or *""* if none
|
: IPv6 address assigned to the interface, or *""* if none
|
||||||
|
| ssid
|
||||||
|
: string
|
||||||
|
: SSID the adapter is connected to (Wi-Fi only)
|
||||||
|
| signal
|
||||||
|
: int
|
||||||
|
: Signal strength, in dBm (Wi-Fi only)
|
||||||
|
| rx-bitrate
|
||||||
|
: int
|
||||||
|
: RX bitrate, in Mbit/s
|
||||||
|
| tx-bitrate
|
||||||
|
: int
|
||||||
|
: TX bitrate in Mbit/s
|
||||||
|
|
||||||
|
|
||||||
# CONFIGURATION
|
# CONFIGURATION
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue