Move from thread to rel dispatcher

This commit is contained in:
2025-11-17 19:36:32 +00:00
parent ec5ffa2e1b
commit 58a8d8dcb5
2 changed files with 77 additions and 25 deletions

View File

@@ -3,12 +3,14 @@ from mqtt_manager import MqttManager
import threading
import time
host = "192.168.0.100"
if __name__ == "__main__":
tevolve = Tevolve()
token_thread_event = threading.Event()