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

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.
@@ -1948,12 +1948,12 @@
1948
1948
  "functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].displayType > 0;"
1949
1949
  }
1950
1950
  }
1951
- ],
1952
- "condition": {
1953
- "functionBody": "const id = model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id; return id && id !== '0';"
1954
- }
1951
+ ]
1955
1952
  }
1956
- ]
1953
+ ],
1954
+ "condition": {
1955
+ "functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].id !== '0';"
1956
+ }
1957
1957
  },
1958
1958
  {
1959
1959
  "key": "accounts[]",
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.219",
4
+ "version": "4.0.0-beta.220",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",