module documentation

WiFi Password - Enter a WiFi password.

Function run Run the app and handle keyboard input.
Function start Start the app and open the password keyboard.
Function stop Stop the app and reset state.
Function __callback_save Callback for when the Password is saved.
Variable _back_hit Undocumented
Variable _keyboard_started Undocumented
Variable _password_is_running Undocumented
Variable _password_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 password 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 Password is saved.

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

Undocumented

_keyboard_started: bool =

Undocumented

_password_is_running: bool =

Undocumented

_password_save_requested: bool =

Undocumented