homebridge-melcloud-control 4.0.0-beta.474 → 4.0.0-beta.476

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.
@@ -1833,11 +1833,10 @@
1833
1833
  "title": "{{ value.title }}",
1834
1834
  "items": [
1835
1835
  {
1836
- "key": "accounts[]",
1837
1836
  "title": "Air Conditioner",
1838
1837
  "items": [
1839
1838
  {
1840
- "key": "accounts[].ataDevices[]",
1839
+ "key": "accounts[].ataDevices",
1841
1840
  "type": "tabarray",
1842
1841
  "title": "{{ value.name }}",
1843
1842
  "items": [
@@ -1934,7 +1933,6 @@
1934
1933
  ]
1935
1934
  },
1936
1935
  {
1937
- "key": "accounts[]",
1938
1936
  "title": "Heat Pump",
1939
1937
  "items": [
1940
1938
  {
@@ -2045,7 +2043,6 @@
2045
2043
  ]
2046
2044
  },
2047
2045
  {
2048
- "key": "accounts[]",
2049
2046
  "title": "Energy Recovery Ventilation",
2050
2047
  "items": [
2051
2048
  {
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.474",
4
+ "version": "4.0.0-beta.476",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",