homebridge-tuya-plus 3.14.0-dev.23 → 3.14.0-dev.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/TuyaAccessory.js +0 -1
- package/package.json +1 -1
package/lib/TuyaAccessory.js
CHANGED
|
@@ -280,7 +280,6 @@ class TuyaAccessory extends EventEmitter {
|
|
|
280
280
|
_incrementAttemptCounter() {
|
|
281
281
|
this._connectionAttempts++;
|
|
282
282
|
setTimeout(() => {
|
|
283
|
-
this.log.debug(`decrementing this._connectionAttempts, currently ${this._connectionAttempts}`);
|
|
284
283
|
this._connectionAttempts--;
|
|
285
284
|
}, 10000);
|
|
286
285
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "homebridge-tuya-plus",
|
|
3
|
-
"version": "3.14.0-dev.
|
|
3
|
+
"version": "3.14.0-dev.24",
|
|
4
4
|
"description": "A community-maintained Homebridge plugin for controlling Tuya devices in HomeKit. LAN-first, with an optional Tuya Cloud fallback for any device the LAN can't reach.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|