homebridge-melcloud-control 4.6.1-beta.1 → 4.6.1-beta.3

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.
@@ -241,8 +241,7 @@
241
241
  },
242
242
  "type": {
243
243
  "title": "Type",
244
- "type": "integer",
245
- "default": 0
244
+ "type": "integer"
246
245
  },
247
246
  "displayType": {
248
247
  "title": "Display Type",
@@ -988,8 +987,7 @@
988
987
  },
989
988
  "type": {
990
989
  "title": "Type",
991
- "type": "integer",
992
- "default": 1
990
+ "type": "integer"
993
991
  },
994
992
  "name": {
995
993
  "title": "Name",
@@ -1696,8 +1694,7 @@
1696
1694
  },
1697
1695
  "type": {
1698
1696
  "title": "Type",
1699
- "type": "integer",
1700
- "default": 3
1697
+ "type": "integer"
1701
1698
  },
1702
1699
  "name": {
1703
1700
  "title": "Name",
@@ -2372,9 +2369,9 @@
2372
2369
  "title": "Air Conditioner",
2373
2370
  "items": [
2374
2371
  {
2375
- "key": "accounts[].ataDevices",
2372
+ "key": "accounts[].ataDevices[]",
2376
2373
  "type": "tabarray",
2377
- "title": "{{ value.name || 'Air Conditioner' }}",
2374
+ "title": "{{ value.name }}",
2378
2375
  "items": [
2379
2376
  {
2380
2377
  "key": "accounts[].ataDevices[]",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.6.1-beta.1",
4
+ "version": "4.6.1-beta.3",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",