module documentation

App open helper for Stick firmware

Exception AppNotFound Undocumented
Function app_exists Gets module name of app if it exists
Function run Run app with package id you provided
def app_exists(appsConfig: dict, pack_id: str) -> str | None:

Gets module name of app if it exists Args: appsConfig (dict): Apps config dictionary (Json) pack_id (str): ID of package you are searching for Returns: str | None: Module name or None if not found

def run(pack_id: str):

Run app with package id you provided Args: pack_id (str): Package ID to run