Clean versie mqtt

This commit is contained in:
Atilla
2024-03-12 19:56:49 +01:00
parent af6c0ba971
commit 925f73469b
14 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):