From 6ddb8ff1a6b601f0f5b2350d57bd8c35f633077a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Sat, 17 Feb 2024 17:00:49 +0100 Subject: [PATCH] debug 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 14113e1..175d5e8 100644 --- a/server/app.py +++ b/server/app.py @@ -129,6 +129,7 @@ def mqtt_publisher(): # Create MQTT topic based on the universe and channel if TUBE_INDEX is not None: for index_row in TUBE_INDEX: + print(index_row[0], index_row[1], index_row[2]) dmx_address = int(index_row[2]) if artNetPacket.universe == int(index_row[1]): #Define RGB values per pixel