From 3badad56b80b31f14b7956fd35c21efbc8f5480f Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Fri, 10 Feb 2017 09:08:59 -0600 Subject: [PATCH] Incremented driver version number --- abbflow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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