Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76470386f7 | ||
|
|
722120ee5f |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
|
||||
*.pyc
|
||||
.vscode/settings.json
|
||||
/.pytest_cache
|
||||
|
||||
@@ -27,7 +27,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 = "1"
|
||||
self.version = "3"
|
||||
self.finished = threading.Event()
|
||||
self.forceSend = False
|
||||
threading.Thread.start(self)
|
||||
|
||||
Reference in New Issue
Block a user