From 794b38755f91cb9c541d7030d263156bbd0e5b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 22:15:15 +0100 Subject: [PATCH] added more debugging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/server/app.py b/server/app.py index e64cab5..0a5cc6e 100644 --- a/server/app.py +++ b/server/app.py @@ -127,6 +127,7 @@ def start_mqtt_publishers(universe_count): dmxPacket = artNetPacket.data for i in range(512): print(str(i)) + print(str(artNetPacket.universe)) try: # Create MQTT topic based on the universe and channel topic = f"{str(artNetPacket.universe)}/{str(i)}"