add var declaration
This commit is contained in:
parent
d6ef4f7042
commit
3072b7d203
|
@ -39,6 +39,8 @@ class Controller:
|
||||||
mqtthost = None
|
mqtthost = None
|
||||||
mqttport = None
|
mqttport = None
|
||||||
|
|
||||||
|
last_reconnectTry=0
|
||||||
|
|
||||||
|
|
||||||
def __init__(self, base_topic, mqtt_host, mqtt_port = 1883):
|
def __init__(self, base_topic, mqtt_host, mqtt_port = 1883):
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue