added universe print

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 19:26:25 +01:00
parent 236291fa2a
commit 1108b9acfc
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ 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:
print(2) print(2)
print(artNetPacket.universe)
# 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
if artNetPacket.universe in universe_list: if artNetPacket.universe in universe_list:
print(3) print(3)