added more debugging

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-14 22:15:15 +01:00
parent 4342abce41
commit 794b38755f
+1
View File
@@ -127,6 +127,7 @@ def start_mqtt_publishers(universe_count):
dmxPacket = artNetPacket.data dmxPacket = artNetPacket.data
for i in range(512): for i in range(512):
print(str(i)) print(str(i))
print(str(artNetPacket.universe))
try: try:
# Create MQTT topic based on the universe and channel # Create MQTT topic based on the universe and channel
topic = f"{str(artNetPacket.universe)}/{str(i)}" topic = f"{str(artNetPacket.universe)}/{str(i)}"