homebridge-melcloud-control 4.0.0-beta.92 → 4.0.0-beta.93

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[].ataDevices",
1854
+ "key": "accounts[]",
1855
1855
  "title": "Air Conditioner",
1856
1856
  "items": [
1857
1857
  {
@@ -1869,7 +1869,7 @@
1869
1869
  },
1870
1870
  "accounts[].ataDevices[].displayMode",
1871
1871
  {
1872
- "key": "accounts[].ataDevices",
1872
+ "key": "accounts[].ataDevices[]",
1873
1873
  "title": "Settings",
1874
1874
  "type": "section",
1875
1875
  "expandable": true,
@@ -1886,7 +1886,7 @@
1886
1886
  }
1887
1887
  },
1888
1888
  {
1889
- "key": "accounts[].ataDevices",
1889
+ "key": "accounts[].ataDevices[]",
1890
1890
  "title": "Temperature Sensors",
1891
1891
  "type": "section",
1892
1892
  "expandable": true,
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.92",
4
+ "version": "4.0.0-beta.93",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",