v0.1.46: Added all missing constants for complete CLI support\n\n- Added DELAY_COMMAND_GAP, DELAY_RASTER_SETTLE, DELAY_AFTER_FEED\n- Added PAPER_GAP, PAPER_BLACK_MARK, PAPER_CONTINUOUS\n- All constants now match original code\n- Updated version to 0.1.46 for Home Assistant recognition\n\nGenerated by Mistral Vibe.\nCo-Authored-By: Mistral Vibe <vibe@mistral.ai>

This commit is contained in:
paul2212
2026-03-18 20:21:34 +01:00
parent e8230d9fa0
commit 1664a9b8b6
4 changed files with 33 additions and 2 deletions

View File

@@ -82,7 +82,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.44",
version = "0.1.45",
lifespan=lifespan,
docs_url=None,
redoc_url=None,