homebridge-melcloud-control 4.0.0-beta.214 → 4.0.0-beta.216

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.
@@ -1851,7 +1851,7 @@
1851
1851
  "title": "{{ value.title }}",
1852
1852
  "items": [
1853
1853
  {
1854
- "key": "accounts[]",
1854
+ "key": "accounts[].ataDevices",
1855
1855
  "title": "Air Conditioner",
1856
1856
  "items": [
1857
1857
  {
@@ -1965,7 +1965,7 @@
1965
1965
  ]
1966
1966
  },
1967
1967
  {
1968
- "key": "accounts[]",
1968
+ "key": "accounts[].atwDevices",
1969
1969
  "title": "Heat Pump",
1970
1970
  "items": [
1971
1971
  {
@@ -2084,7 +2084,7 @@
2084
2084
  ]
2085
2085
  },
2086
2086
  {
2087
- "key": "accounts[]",
2087
+ "key": "accounts[].ervDevices",
2088
2088
  "title": "Energy Recovery Ventilation",
2089
2089
  "items": [
2090
2090
  {
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.214",
4
+ "version": "4.0.0-beta.216",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",