fixed value

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-17 00:27:20 +01:00
parent 4a9f34769e
commit 47506bedf7
+1 -1
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: