add var declaration

This commit is contained in:
interfisch 2023-08-19 11:37:08 +02:00
parent d6ef4f7042
commit 3072b7d203
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ class Controller:
mqtthost = None
mqttport = None
last_reconnectTry=0
def __init__(self, base_topic, mqtt_host, mqtt_port = 1883):