added utilities
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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" }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user