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 |
Undocumented |
| Variable | _networks |
Undocumented |
| Variable | _scan |
Undocumented |
Run the app and update the RSSI display.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the WiFi RSSI Monitor app.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the app started, False if WiFi is unavailable. |
Stop the app and reset state.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |