From 35e7265358e12457d8078942705f04649a79ee0a Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Wed, 6 Sep 2017 14:57:11 -0500 Subject: [PATCH] Increments version after uploading new modbus map to S3 --- POCloud/advvfdipp.py | 2 +- POCloud/config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/POCloud/advvfdipp.py b/POCloud/advvfdipp.py index 45637a0..267d53a 100644 --- a/POCloud/advvfdipp.py +++ b/POCloud/advvfdipp.py @@ -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 = "4" + self.version = "5" self.finished = threading.Event() threading.Thread.start(self) diff --git a/POCloud/config.txt b/POCloud/config.txt index b93cee6..97b01d9 100644 --- a/POCloud/config.txt +++ b/POCloud/config.txt @@ -3,7 +3,7 @@ "driverFileName":"advvfdipp.py", "deviceName":"advvfdipp", "driverId":"0100", -"releaseVersion":"4", +"releaseVersion":"5", "files": { "file1":"advvfdipp.py", "file2":"modbusMap.p" }