added debug

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 00:28:55 +01:00
parent b3eb6a9719
commit 2e9a7a9e29
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ def start_mqtt_publishers():
topic = {"PiXelTubes/"+str(artNetPacket.universe)}
# Publish the DMX value to the MQTT topic
print(str(dmxPacket))
mqtt_client.publish(topic, str(dmxPacket))
except KeyboardInterrupt:
artNet.close()