Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-17 17:31:05 +01:00
parent a484a63149
commit 7a60df2668
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ if __name__ == "__main__":
dmxPacket = artNetPacket.data
# Create MQTT topic based on the universe and channel
if TUBE_INDEX is not None:
print(TUBE_INDEX)
for index_row in TUBE_INDEX:
print(index_row)
if artNetPacket.universe == int(index_row[1]):