v0.3.0, persistent polling update.

This commit is contained in:
serversdwn
2026-02-17 02:56:11 +00:00
parent a5f8d1b2c7
commit b62e84f8b3
3 changed files with 118 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
title="SLMM NL43 Addon",
description="Standalone module for NL43 configuration and status APIs with background polling",
version="0.2.0",
version="0.3.0",
lifespan=lifespan,
)