added utilities

This commit is contained in:
2020-08-11 14:54:10 -05:00
parent 3008541fce
commit c5bf3fcd29
2 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ class start(threading.Thread, deviceBase):
mqtt=mqtt, Nodes=Nodes) mqtt=mqtt, Nodes=Nodes)
self.daemon = True self.daemon = True
self.version = "8" self.version = "9"
self.finished = threading.Event() self.finished = threading.Event()
self.public_ip_address = "" self.public_ip_address = ""
self.public_ip_address_last_checked = 0 self.public_ip_address_last_checked = 0

View File

@@ -3,9 +3,10 @@
"driverFileName":"abbflow.py", "driverFileName":"abbflow.py",
"deviceName":"abbflow", "deviceName":"abbflow",
"driverId":"0110", "driverId":"0110",
"releaseVersion":"8", "releaseVersion":"9",
"files": { "files": {
"file1":"abbflow.py", "file1":"abbflow.py",
"file2":"modbusMap.p" } "file2":"modbusMap.p",
"file3":"utilities.py" }
} }