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

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.
@@ -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,
@@ -1983,7 +1983,7 @@
1983
1983
  },
1984
1984
  "accounts[].atwDevices[].displayMode",
1985
1985
  {
1986
- "key": "accounts[].atwDevices[]",
1986
+ "key": "accounts[].atwDevices",
1987
1987
  "type": "section",
1988
1988
  "title": "Settings",
1989
1989
  "expandable": true,
@@ -1998,7 +1998,7 @@
1998
1998
  }
1999
1999
  },
2000
2000
  {
2001
- "key": "accounts[].atwDevices[]",
2001
+ "key": "accounts[].atwDevices",
2002
2002
  "title": "Temperature Sensors",
2003
2003
  "type": "section",
2004
2004
  "expandable": true,
@@ -2102,7 +2102,7 @@
2102
2102
  },
2103
2103
  "accounts[].ervDevices[].displayMode",
2104
2104
  {
2105
- "key": "accounts[].ervDevices[]",
2105
+ "key": "accounts[].ervDevices",
2106
2106
  "title": "Settings",
2107
2107
  "type": "section",
2108
2108
  "expandable": true,
@@ -2116,7 +2116,7 @@
2116
2116
  }
2117
2117
  },
2118
2118
  {
2119
- "key": "accounts[].ervDevices[]",
2119
+ "key": "accounts[].ervDevices",
2120
2120
  "title": "Temperature Sensors",
2121
2121
  "type": "section",
2122
2122
  "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.90",
4
+ "version": "4.0.0-beta.92",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",