homebridge-melcloud-control 3.10.0-beta.4 → 3.10.0-beta.5

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.
@@ -1793,7 +1793,7 @@
1793
1793
  "title": "{{ value.title }}",
1794
1794
  "items": [
1795
1795
  {
1796
- "key": "accounts[]",
1796
+ "key": "accounts[].ataDevices",
1797
1797
  "title": "Air Conditioner",
1798
1798
  "items": [
1799
1799
  {
@@ -1883,7 +1883,7 @@
1883
1883
  ]
1884
1884
  },
1885
1885
  {
1886
- "key": "accounts[]",
1886
+ "key": "accounts[].atwDevices",
1887
1887
  "title": "Heat Pump",
1888
1888
  "items": [
1889
1889
  {
@@ -1981,7 +1981,7 @@
1981
1981
  ]
1982
1982
  },
1983
1983
  {
1984
- "key": "accounts[]",
1984
+ "key": "accounts[].ervDevices",
1985
1985
  "title": "Energy Recovery Ventilation",
1986
1986
  "items": [
1987
1987
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.10.0-beta.4",
4
+ "version": "3.10.0-beta.5",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",