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

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 +1 -10
  2. package/package.json +1 -1
@@ -1950,16 +1950,7 @@
1950
1950
  }
1951
1951
  ],
1952
1952
  "condition": {
1953
- "functionBody": "return model.accounts[arrayIndices].ataDevices.length > 0;"
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;"
1953
+ "functionBody": "const id = model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id; return id && id !== '0';"
1963
1954
  }
1964
1955
  }
1965
1956
  ]
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.218",
4
+ "version": "4.0.0-beta.219",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",