parent
4342abce41
commit
794b38755f
|
@ -127,6 +127,7 @@ def start_mqtt_publishers(universe_count):
|
||||||
dmxPacket = artNetPacket.data
|
dmxPacket = artNetPacket.data
|
||||||
for i in range(512):
|
for i in range(512):
|
||||||
print(str(i))
|
print(str(i))
|
||||||
|
print(str(artNetPacket.universe))
|
||||||
try:
|
try:
|
||||||
# Create MQTT topic based on the universe and channel
|
# Create MQTT topic based on the universe and channel
|
||||||
topic = f"{str(artNetPacket.universe)}/{str(i)}"
|
topic = f"{str(artNetPacket.universe)}/{str(i)}"
|
||||||
|
|
Loading…
Reference in New Issue