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_save Callback for when the SSID is saved.
Variable _back_hit Undocumented
Variable _keyboard_started Undocumented
Variable _ssid_is_running Undocumented
Variable _ssid_save_requested Undocumented
def run(view_manager):

Run the app and handle keyboard input.

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

Start the app and open the SSID keyboard.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
Returns
boolTrue if the keyboard started, False on failure.
def stop(view_manager):

Stop the app and reset state.

Parameters
view_manager:ViewManagerThe view manager instance for display and storage access.
def __callback_save(result: str):

Callback for when the SSID is saved.

Parameters
result:strThe saved SSID value.
_back_hit: bool =

Undocumented

_keyboard_started: bool =

Undocumented

_ssid_is_running: bool =

Undocumented

_ssid_save_requested: bool =

Undocumented