give me debug dmx data

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-14 22:08:16 +01:00
parent cc169e6e71
commit 4c53d9dc04
+1 -1
View File
@@ -124,8 +124,8 @@ def start_mqtt_publishers(universe_count):
# Make sure we actually *have* a packet # Make sure we actually *have* a packet
if artNetPacket is not None and artNetPacket.data is not None: if artNetPacket is not None and artNetPacket.data is not None:
#Checks to see if the current packet is for the specified DMX Universe #Checks to see if the current packet is for the specified DMX Universe
print(artNetPacket.universe)
dmxPacket = artNetPacket.data dmxPacket = artNetPacket.data
print(str(dmxPacket))
try: try:
for i in range(512): for i in range(512):
# Create MQTT topic based on the universe and channel # Create MQTT topic based on the universe and channel