forked from external/yambar
module/network: add support for periodically polling Wi-Fi stats
This adds a new ‘poll-interval’ option to the network module. When set to a non-zero value, the following Wi-Fi stats will be updated: * Signal strength * RX+TX bitrate
This commit is contained in:
parent
d450bf12a1
commit
dabb2e1407
2 changed files with 52 additions and 3 deletions
|
@ -63,6 +63,11 @@ address.
|
|||
: string
|
||||
: yes
|
||||
: Name of network interface to monitor
|
||||
| poll-interval
|
||||
: int
|
||||
: no
|
||||
: Periodically (in seconds) update the signal and rx+tx bitrate tags.
|
||||
|
||||
|
||||
# EXAMPLES
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue