homebridge-melcloud-control 4.0.0-beta.217 → 4.0.0-beta.218

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.
Files changed (2) hide show
  1. package/config.schema.json +17 -8
  2. package/package.json +1 -1
@@ -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
  {
@@ -1948,15 +1948,24 @@
1948
1948
  "functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].displayType > 0;"
1949
1949
  }
1950
1950
  }
1951
- ]
1952
- }
1953
- ],
1951
+ ],
1954
1952
  "condition": {
1955
1953
  "functionBody": "return model.accounts[arrayIndices].ataDevices.length > 0;"
1956
1954
  }
1955
+ },
1956
+ {
1957
+ "key": "accounts[]",
1958
+ "type": "tabarray",
1959
+ "title": "{{ value.title }}",
1960
+ "items": [],
1961
+ "condition": {
1962
+ "functionBody": "return model.accounts[arrayIndices].ataDevices.length === 0;"
1963
+ }
1964
+ }
1965
+ ]
1957
1966
  },
1958
1967
  {
1959
- "key": "accounts[].atwDevices",
1968
+ "key": "accounts[]",
1960
1969
  "title": "Heat Pump",
1961
1970
  "items": [
1962
1971
  {
@@ -2064,7 +2073,7 @@
2064
2073
  }
2065
2074
  },
2066
2075
  {
2067
- "key": "accounts[].atwDevices",
2076
+ "key": "accounts[]",
2068
2077
  "type": "tabarray",
2069
2078
  "title": "{{ value.title }}",
2070
2079
  "items": [],
@@ -2075,7 +2084,7 @@
2075
2084
  ]
2076
2085
  },
2077
2086
  {
2078
- "key": "accounts[].ervDevices",
2087
+ "key": "accounts[]",
2079
2088
  "title": "Energy Recovery Ventilation",
2080
2089
  "items": [
2081
2090
  {
@@ -2176,7 +2185,7 @@
2176
2185
  }
2177
2186
  },
2178
2187
  {
2179
- "key": "accounts[].ervDevices",
2188
+ "key": "accounts[]",
2180
2189
  "type": "tabarray",
2181
2190
  "title": "{{ value.title }}",
2182
2191
  "items": [],
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.217",
4
+ "version": "4.0.0-beta.218",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",