homebridge-melcloud-control 3.8.11-beta.1 → 3.8.11

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.
@@ -216,7 +216,6 @@
216
216
  id: deviceId,
217
217
  type: deviceType,
218
218
  typeString: "Air Conditioner",
219
- disableAccessory: false,
220
219
  name: deviceName,
221
220
  displayMode: 1,
222
221
  heatDryFanMode: 1,
@@ -256,7 +255,6 @@
256
255
  id: deviceId,
257
256
  type: deviceType,
258
257
  typeString: "Heat Pump",
259
- disableAccessory: false,
260
258
  name: deviceName,
261
259
  displayMode: 1,
262
260
  hideZone: 0,
@@ -302,7 +300,6 @@
302
300
  id: deviceId,
303
301
  type: deviceType,
304
302
  typeString: "Energy Recovery Ventilation",
305
- disableAccessory: false,
306
303
  name: deviceName,
307
304
  displayMode: 1,
308
305
  temperatureSensor: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.8.11-beta.1",
4
+ "version": "3.8.11",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -32,7 +32,7 @@
32
32
  ],
33
33
  "engines": {
34
34
  "homebridge": "^1.9.0 || ^2.0.0 || ^2.0.0-beta.29",
35
- "node": "^20.18.0 || ^22.0.0 || ^24.0.0"
35
+ "node": "^20 || ^22 || ^24"
36
36
  },
37
37
  "dependencies": {
38
38
  "@homebridge/plugin-ui-utils": "^2.1.0",