module documentation
WiFi SSID - Enter a WiFi network name.
| Function | run |
Run the app and handle keyboard input. |
| Function | start |
Start the app and open the SSID keyboard. |
| Function | stop |
Stop the app and reset state. |
| Function | __callback |
Callback for when the SSID is saved. |
| Variable | _back |
Undocumented |
| Variable | _keyboard |
Undocumented |
| Variable | _ssid |
Undocumented |
| Variable | _ssid |
Undocumented |
Run the app and handle keyboard input.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
Start the app and open the SSID keyboard.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |
| Returns | |
bool | True if the keyboard started, False on failure. |
Stop the app and reset state.
| Parameters | |
viewViewManager | The view manager instance for display and storage access. |