set tube index old

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-20 16:53:09 +01:00
parent e67279bbaa
commit b3eddbe1ec
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ def connect_mqtt():
def mqtt_publisher(ti_queue): def mqtt_publisher(ti_queue):
tube_index = None tube_index = None
tube_index_old = None
# Create and start a thread for each universe # Create and start a thread for each universe
mqtt_client = connect_mqtt() mqtt_client = connect_mqtt()
artnetBindIp = get_eth0_ip() artnetBindIp = get_eth0_ip()