added more debugging

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 22:15:15 +01:00
parent 4342abce41
commit 794b38755f
1 changed files with 1 additions and 0 deletions

View File

@ -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)}"