diff --git a/abbflow.py b/abbflow.py index a91a94a..bb887a2 100644 --- a/abbflow.py +++ b/abbflow.py @@ -14,7 +14,7 @@ class start(threading.Thread, deviceBase): mqtt=mqtt, Nodes=Nodes) self.daemon = True - self.version = "1" + self.version = "2" self.finished = threading.Event() threading.Thread.start(self) self.sleep_minutes = 25