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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user