homebridge-melcloud-control 4.1.3-beta.8 → 4.1.3-beta.9

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.
@@ -1940,7 +1940,10 @@
1940
1940
  "default": 120,
1941
1941
  "minimum": 1,
1942
1942
  "maximum": 600,
1943
- "description": "Set the background account data refresh time in seconds."
1943
+ "description": "Set the background account data refresh time in seconds.",
1944
+ "condition": {
1945
+ "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
1946
+ }
1944
1947
  },
1945
1948
  "log": {
1946
1949
  "title": "Log",
@@ -2569,10 +2572,7 @@
2569
2572
  "title": "Account Data Refresh",
2570
2573
  "items": [
2571
2574
  "accounts[].refreshInterval"
2572
- ],
2573
- "condition": {
2574
- "functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
2575
- }
2575
+ ]
2576
2576
  },
2577
2577
  {
2578
2578
  "key": "accounts[].log",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.3-beta.8",
4
+ "version": "4.1.3-beta.9",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",