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" }