Fichero Printer
-Home Assistant print console for status, text labels, and image uploads.
-API docs remain available at /docs.
-Connection
- -Connection
-Output
-Ready.-
diff --git a/fichero/api.py b/fichero/api.py index ed00108..75aee00 100644 --- a/fichero/api.py +++ b/fichero/api.py @@ -72,7 +72,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001 app = FastAPI( title="Fichero Printer API", description="REST API for the Fichero D11s (AiYin) thermal label printer.", - version="0.1.9", + version="0.1.13", lifespan=lifespan, docs_url=None, redoc_url=None, diff --git a/fichero_printer/fichero/api.py b/fichero_printer/fichero/api.py index 68f5f51..3e2d06b 100644 --- a/fichero_printer/fichero/api.py +++ b/fichero_printer/fichero/api.py @@ -73,7 +73,7 @@ async def lifespan(app: FastAPI): # noqa: ARG001 app = FastAPI( title="Fichero Printer API", description="REST API for the Fichero D11s (AiYin) thermal label printer.", - version="0.1.9", + version="0.1.13", lifespan=lifespan, docs_url=None, redoc_url=None, @@ -96,324 +96,498 @@ def _ui_html() -> str: default_address = _DEFAULT_ADDRESS or "" default_transport = "classic" if _DEFAULT_CLASSIC else "ble" return f""" - +
Home Assistant print console for status, text labels, and image uploads.
-API docs remain available at /docs.
-Connection
-Ready.-