homebridge-melcloud-control 3.9.3 → 3.9.4
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 +1 -1
- package/src/deviceatw.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.4",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
package/src/deviceatw.js
CHANGED
|
@@ -1995,7 +1995,7 @@ class DeviceAtw extends EventEmitter {
|
|
|
1995
1995
|
await this.melCloudAtw.checkState();
|
|
1996
1996
|
|
|
1997
1997
|
//prepare accessory
|
|
1998
|
-
const accessory = await this.prepareAccessory(
|
|
1998
|
+
const accessory = await this.prepareAccessory();
|
|
1999
1999
|
return accessory;
|
|
2000
2000
|
} catch (error) {
|
|
2001
2001
|
throw new Error(`Start error: ${error}`);
|