Commit 3ceb3c2
authored
feat: implement get_signal_strength method in network.py (#124)
Within this commit, we have added a new method called `get_signal_strength`
to the `Network` class in the `network.py` module. This method retrieves
the signal strength of the connected network and returns it in dBm units.
It is a request made in issue #118.1 parent e05506a commit 3ceb3c2
1 file changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
0 commit comments