parent
6ddb8ff1a6
commit
ff183d7901
|
@ -129,7 +129,6 @@ def mqtt_publisher():
|
||||||
# Create MQTT topic based on the universe and channel
|
# Create MQTT topic based on the universe and channel
|
||||||
if TUBE_INDEX is not None:
|
if TUBE_INDEX is not None:
|
||||||
for index_row in TUBE_INDEX:
|
for index_row in TUBE_INDEX:
|
||||||
print(index_row[0], index_row[1], index_row[2])
|
|
||||||
dmx_address = int(index_row[2])
|
dmx_address = int(index_row[2])
|
||||||
if artNetPacket.universe == int(index_row[1]):
|
if artNetPacket.universe == int(index_row[1]):
|
||||||
#Define RGB values per pixel
|
#Define RGB values per pixel
|
||||||
|
|
Loading…
Reference in New Issue