From c5bf3fcd2935344430af344619e143791e33badf Mon Sep 17 00:00:00 2001 From: Nico Melone Date: Tue, 11 Aug 2020 14:54:10 -0500 Subject: [PATCH] added utilities --- abbflow/abbflow.py | 2 +- abbflow/config.txt | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/abbflow/abbflow.py b/abbflow/abbflow.py index e8c98ae..1439ade 100644 --- a/abbflow/abbflow.py +++ b/abbflow/abbflow.py @@ -19,7 +19,7 @@ class start(threading.Thread, deviceBase): mqtt=mqtt, Nodes=Nodes) self.daemon = True - self.version = "8" + self.version = "9" self.finished = threading.Event() self.public_ip_address = "" self.public_ip_address_last_checked = 0 diff --git a/abbflow/config.txt b/abbflow/config.txt index 0715dd5..876a9cd 100644 --- a/abbflow/config.txt +++ b/abbflow/config.txt @@ -3,9 +3,10 @@ "driverFileName":"abbflow.py", "deviceName":"abbflow", "driverId":"0110", -"releaseVersion":"8", +"releaseVersion":"9", "files": { "file1":"abbflow.py", - "file2":"modbusMap.p" } + "file2":"modbusMap.p", + "file3":"utilities.py" } }