Clean versie mqtt

This commit is contained in:
Atilla
2024-03-12 19:56:49 +01:00
parent c30cedc9e0
commit 261427519f
17 changed files with 513 additions and 584 deletions

View File

@@ -1,4 +1,3 @@
# mqtt_client.py
import paho.mqtt.client as mqtt
def create_client(client_id, on_connect, on_message, broker="localhost", port=1883):