homebridge-melcloud-control 4.0.0-beta.561 → 4.0.0-beta.563
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 +2 -2
- package/src/melcloudata.js +1 -2
- package/src/melcloudatw.js +1 -2
- package/src/melclouderv.js +1 -2
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.563",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"async-mqtt": "^2.6.3",
|
|
40
40
|
"axios": "^1.13.1",
|
|
41
41
|
"express": "^5.1.0",
|
|
42
|
-
"puppeteer-core": "^24.
|
|
42
|
+
"puppeteer-core": "^24.28.0",
|
|
43
43
|
"util": "^0.12.5"
|
|
44
44
|
},
|
|
45
45
|
"keywords": [
|
package/src/melcloudata.js
CHANGED
|
@@ -148,8 +148,7 @@ class MelCloudAta extends EventEmitter {
|
|
|
148
148
|
ProhibitOperationMode: prohibitOperationMode,
|
|
149
149
|
HideVaneControls: hideVaneControls,
|
|
150
150
|
HideDryModeControl: hideDryModeControl,
|
|
151
|
-
IsInError: isInError
|
|
152
|
-
Headers: deviceData.Headers
|
|
151
|
+
IsInError: isInError
|
|
153
152
|
}
|
|
154
153
|
|
|
155
154
|
//restFul
|
package/src/melcloudatw.js
CHANGED
|
@@ -151,8 +151,7 @@ class MelCloudAtw extends EventEmitter {
|
|
|
151
151
|
ProhibitZone1: prohibitHeatingZone1,
|
|
152
152
|
ProhibitZone2: prohibitHeatingZone2,
|
|
153
153
|
ProhibitHotWater: prohibitHotWater,
|
|
154
|
-
IsInError: isInError
|
|
155
|
-
Headers: deviceData.Headers
|
|
154
|
+
IsInError: isInError
|
|
156
155
|
}
|
|
157
156
|
|
|
158
157
|
//restFul
|
package/src/melclouderv.js
CHANGED
|
@@ -143,8 +143,7 @@ class MelCloudErv extends EventEmitter {
|
|
|
143
143
|
HideRoomTemperature: hideRoomTemperature,
|
|
144
144
|
HideSupplyTemperature: hideSupplyTemperature,
|
|
145
145
|
HideOutdoorTemperature: hideOutdoorTemperature,
|
|
146
|
-
IsInError: isInError
|
|
147
|
-
Headers: deviceData.Headers
|
|
146
|
+
IsInError: isInError
|
|
148
147
|
}
|
|
149
148
|
|
|
150
149
|
//restFul
|