homebridge-melcloud-control 4.1.2-beta.0 → 4.1.2-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.
@@ -410,7 +410,7 @@
410
410
  "default": false,
411
411
  "description": "This enable extra overheat protection sensor to use with automations in HomeKit app.",
412
412
  "condition": {
413
- "functionBody": "return model.accounts[arrayIndices[0]].type === melcloudhome;"
413
+ "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
414
414
  }
415
415
  },
416
416
  "holidayModeSensor": {
@@ -419,7 +419,7 @@
419
419
  "default": false,
420
420
  "description": "This enable extra holiday mode sensor to use with automations in HomeKit app.",
421
421
  "condition": {
422
- "functionBody": "return model.accounts[arrayIndices[0]].type === melcloudhome;"
422
+ "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
423
423
  }
424
424
  },
425
425
  "sheduleSensor": {
@@ -428,7 +428,7 @@
428
428
  "default": false,
429
429
  "description": "This enable extra shedule sensor to use with automations in HomeKit app.",
430
430
  "condition": {
431
- "functionBody": "return model.accounts[arrayIndices[0]].type === melcloudhome;"
431
+ "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloudhome';"
432
432
  }
433
433
  },
434
434
  "errorSensor": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.2-beta.0",
4
+ "version": "4.1.2-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",