module documentation

WiFi RSSI Monitor - Monitor signal strength of nearby WiFi networks in real-time

Function run Run the app and update the RSSI display.
Function start Start the WiFi RSSI Monitor app.
Function stop Stop the app and reset state.
Variable _last_update Undocumented
Variable _networks Undocumented
Variable _scan_count Undocumented
def run(view_manager):

Run the app and update the RSSI display.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def start(view_manager) -> bool:

Start the WiFi RSSI Monitor app.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the app started, False if WiFi is unavailable.
def stop(view_manager):

Stop the app and reset state.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
_last_update: int =

Undocumented

_networks: dict =

Undocumented

_scan_count: int =

Undocumented