homebridge-melcloud-control 4.0.0-beta.169 → 4.0.0-beta.170
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/melcloudata.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": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.170",
|
|
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/melcloudata.js
CHANGED
|
@@ -159,7 +159,7 @@ class MelCloudAta extends EventEmitter {
|
|
|
159
159
|
this.deviceState = deviceState;
|
|
160
160
|
|
|
161
161
|
//emit info
|
|
162
|
-
this.emit('deviceInfo', manufacturer, indoor, outdoor, serialNumber, firmwareAppVersion);
|
|
162
|
+
this.emit('deviceInfo', manufacturer, indoor.model, outdoor.model, serialNumber, firmwareAppVersion);
|
|
163
163
|
|
|
164
164
|
//emit state
|
|
165
165
|
this.emit('deviceState', deviceData);
|