Allows flow rates from -5 to 400 to allow slightly negative flowrates

This commit is contained in:
Patrick McDonagh
2017-08-02 11:26:20 -05:00
parent 2c3c588300
commit 452c661716
4 changed files with 8901 additions and 9464 deletions

File diff suppressed because one or more lines are too long

View File

@@ -10,7 +10,7 @@ class start(threading.Thread, deviceBase):
deviceBase.__init__(self, name=name, number=number, mac=mac, Q=Q, mcu=mcu, companyId=companyId, offset=offset, mqtt=mqtt, Nodes=Nodes)
self.daemon = True
self.version = "3"
self.version = "4"
self.finished = threading.Event()
threading.Thread.start(self)

View File

@@ -3,7 +3,7 @@
"driverFileName":"advvfdipp.py",
"deviceName":"advvfdipp",
"driverId":"0100",
"releaseVersion":"3",
"releaseVersion":"4",
"files": {
"file1":"advvfdipp.py",
"file2":"modbusMap.p" }

File diff suppressed because it is too large Load Diff