From 01ee028c4da33bff5988028c26a02590b12bfe18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 27 Aug 2021 12:07:41 +0200 Subject: [PATCH] doc: network: document ssid, signal, rx-bitrate and tx-bitrate --- doc/yambar-modules-network.5.scd | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/yambar-modules-network.5.scd b/doc/yambar-modules-network.5.scd index c8a66d8..27ce739 100644 --- a/doc/yambar-modules-network.5.scd +++ b/doc/yambar-modules-network.5.scd @@ -39,6 +39,19 @@ address. | ipv6 : string : 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