fixed pzblish
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
+1
-1
@@ -128,7 +128,7 @@ def mqtt_publisher(universe):
|
|||||||
topic = f"/{universe}/{channel}"
|
topic = f"/{universe}/{channel}"
|
||||||
|
|
||||||
# Publish the DMX value to the MQTT topic
|
# Publish the DMX value to the MQTT topic
|
||||||
mqtt_client.publish(topic, payload=value, qos=0, retain=False)
|
mqtt_client.publish(topic, value)
|
||||||
print(str(universe+" "+channel+" "+value))
|
print(str(universe+" "+channel+" "+value))
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user