homebridge-melcloud-control 4.2.2-beta.4 → 4.2.2-beta.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.2.2-beta.4",
4
+ "version": "4.2.2-beta.5",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -285,7 +285,7 @@ class MelCloudAta extends EventEmitter {
285
285
 
286
286
  setTimeout(() => {
287
287
  this.lock = false
288
- }, 1500);
288
+ }, 3000);
289
289
  }
290
290
 
291
291
  };
@@ -255,7 +255,7 @@ class MelCloudAtw extends EventEmitter {
255
255
 
256
256
  setTimeout(() => {
257
257
  this.lock = false
258
- }, 1500);
258
+ }, 3000);
259
259
  }
260
260
  };
261
261
  export default MelCloudAtw;
@@ -263,7 +263,7 @@ class MelCloudErv extends EventEmitter {
263
263
 
264
264
  setTimeout(() => {
265
265
  this.lock = false
266
- }, 1500);
266
+ }, 3000);
267
267
  }
268
268
  };
269
269
  export default MelCloudErv;