Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-13 14:00:54 +01:00
parent 3a48d09b5b
commit 99b25d83bf
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ def mqtt_publisher(universe, artnetPacket):
try:
dmx_values = artnetPacket.data
while True:
print(str(artnetPacket))
if artnetPacket is not None and artnetPacket.data is not None:
if artnetPacket.universe == universe:
if dmx_values is not None: