mqtt_client.py: build fix

This commit is contained in:
coon 2025-09-29 23:08:56 +02:00
parent eb10a069ac
commit 7c97f94908

View file

@ -39,7 +39,7 @@ class MqttClient:
print(f"Connected: {reason_code}")
client.subscribe(self.MQTT_COMMAND_TOPIC)
self.mqtt_autodiscovery(client)
self.mqtt_autodiscovery()
def on_message(self, client, userdata, msg):
payload = msg.payload.decode()