homebridge-melcloud-control 3.8.0-beta.3 → 3.8.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.
Files changed (2) hide show
  1. package/config.schema.json +26 -2
  2. package/package.json +1 -1
@@ -1865,7 +1865,19 @@
1865
1865
  }
1866
1866
  ]
1867
1867
  }
1868
- ]
1868
+ ],
1869
+ "condition": {
1870
+ "functionBody": "return model.accounts[arrayIndices].ataDevices.length >= 2;"
1871
+ }
1872
+ },
1873
+ {
1874
+ "key": "devices[]",
1875
+ "type": "tabarray",
1876
+ "title": "{{ value.title }}",
1877
+ "items": [],
1878
+ "condition": {
1879
+ "functionBody": "return model.accounts[arrayIndices].ataDevices.length < 2;"
1880
+ }
1869
1881
  }
1870
1882
  ]
1871
1883
  },
@@ -2062,7 +2074,19 @@
2062
2074
  }
2063
2075
  ]
2064
2076
  }
2065
- ]
2077
+ ],
2078
+ "condition": {
2079
+ "functionBody": "return model.accounts[arrayIndices].ervDevices.length >= 2;"
2080
+ }
2081
+ },
2082
+ {
2083
+ "key": "devices[]",
2084
+ "type": "tabarray",
2085
+ "title": "{{ value.title }}",
2086
+ "items": [],
2087
+ "condition": {
2088
+ "functionBody": "return model.accounts[arrayIndices].ervDevices.length < 2;"
2089
+ }
2066
2090
  }
2067
2091
  ]
2068
2092
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.8.0-beta.3",
4
+ "version": "3.8.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",