homebridge-melcloud-control 4.2.5-beta.23 → 4.2.5-beta.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.2.5-beta.23",
4
+ "version": "4.2.5-beta.24",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -274,7 +274,7 @@ class MelCloudAta extends EventEmitter {
274
274
 
275
275
  setTimeout(() => {
276
276
  this.lock = false
277
- }, 2500);
277
+ }, 5000);
278
278
  }
279
279
  };
280
280
  export default MelCloudAta;
@@ -251,7 +251,7 @@ class MelCloudAtw extends EventEmitter {
251
251
 
252
252
  setTimeout(() => {
253
253
  this.lock = false
254
- }, 2500);
254
+ }, 5000);
255
255
  }
256
256
  };
257
257
  export default MelCloudAtw;
@@ -258,7 +258,7 @@ class MelCloudErv extends EventEmitter {
258
258
 
259
259
  setTimeout(() => {
260
260
  this.lock = false
261
- }, 2500);
261
+ }, 5000);
262
262
  }
263
263
  };
264
264
  export default MelCloudErv;