fixed value

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 00:27:20 +01:00
parent 4a9f34769e
commit 47506bedf7
1 changed files with 1 additions and 1 deletions

View File

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