homebridge-melcloud-control 3.8.0-beta.4 → 3.8.0-beta.6
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.
- package/config.schema.json +27 -3
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -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": "accounts[]",
|
|
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
|
},
|
|
@@ -1966,7 +1978,7 @@
|
|
|
1966
1978
|
}
|
|
1967
1979
|
},
|
|
1968
1980
|
{
|
|
1969
|
-
"key": "
|
|
1981
|
+
"key": "accounts[]",
|
|
1970
1982
|
"type": "tabarray",
|
|
1971
1983
|
"title": "{{ value.title }}",
|
|
1972
1984
|
"items": [],
|
|
@@ -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": "accounts[]",
|
|
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.
|
|
4
|
+
"version": "3.8.0-beta.6",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|