homebridge-melcloud-control 4.3.7-beta.0 → 4.3.7-beta.1
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/index.js +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -118,10 +118,10 @@ class MelCloudPlatform {
|
|
|
118
118
|
return;
|
|
119
119
|
}
|
|
120
120
|
if (logLevel.debug) log.info(melcloudDevicesList.Info);
|
|
121
|
-
|
|
121
|
+
await new Promise(r => setTimeout(r, 1000));
|
|
122
|
+
|
|
122
123
|
//start account impulse generator
|
|
123
124
|
await melcloud.impulseGenerator.state(true, timmers, false);
|
|
124
|
-
await new Promise(r => setTimeout(r, 1000));
|
|
125
125
|
|
|
126
126
|
//configured devices
|
|
127
127
|
const ataDevices = (account.ataDevices || []).filter(device => device.id != null && String(device.id) !== '0');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.3.7-beta.
|
|
4
|
+
"version": "4.3.7-beta.1",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|