From 15e132b1875e00a3906945366bc689ed8f85b1e3 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Mon, 8 Dec 2025 14:27:50 +0100 Subject: [PATCH] messages fix 3 --- apps/pulsegen/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/pulsegen/main.py b/apps/pulsegen/main.py index b373325..11b084a 100644 --- a/apps/pulsegen/main.py +++ b/apps/pulsegen/main.py @@ -83,7 +83,7 @@ async def mqtt_worker(shutdown_event: asyncio.Event) -> None: # Topics to subscribe to subscribe_topics = [ "pulsegen/command/+/+", - "dt1/di/+ + "dt1/di/+" ] reconnect_interval = 5 # seconds