homebridge-melcloud-control 3.8.0-beta.5 → 3.8.0-beta.7
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 +16 -16
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1871,7 +1871,7 @@
|
|
|
1871
1871
|
}
|
|
1872
1872
|
},
|
|
1873
1873
|
{
|
|
1874
|
-
"key": "
|
|
1874
|
+
"key": "accounts[]",
|
|
1875
1875
|
"type": "tabarray",
|
|
1876
1876
|
"title": "{{ value.title }}",
|
|
1877
1877
|
"items": [],
|
|
@@ -1978,7 +1978,7 @@
|
|
|
1978
1978
|
}
|
|
1979
1979
|
},
|
|
1980
1980
|
{
|
|
1981
|
-
"key": "
|
|
1981
|
+
"key": "accounts[]",
|
|
1982
1982
|
"type": "tabarray",
|
|
1983
1983
|
"title": "{{ value.title }}",
|
|
1984
1984
|
"items": [],
|
|
@@ -2072,21 +2072,21 @@
|
|
|
2072
2072
|
}
|
|
2073
2073
|
]
|
|
2074
2074
|
}
|
|
2075
|
-
]
|
|
2075
|
+
],
|
|
2076
|
+
"condition": {
|
|
2077
|
+
"functionBody": "return model.accounts[arrayIndices].ervDevices.length >= 2;"
|
|
2078
|
+
}
|
|
2079
|
+
},
|
|
2080
|
+
{
|
|
2081
|
+
"key": "accounts[]",
|
|
2082
|
+
"type": "tabarray",
|
|
2083
|
+
"title": "{{ value.title }}",
|
|
2084
|
+
"items": [],
|
|
2085
|
+
"condition": {
|
|
2086
|
+
"functionBody": "return model.accounts[arrayIndices].ervDevices.length < 2;"
|
|
2087
|
+
}
|
|
2076
2088
|
}
|
|
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
|
-
}
|
|
2089
|
+
]
|
|
2090
2090
|
}
|
|
2091
2091
|
]
|
|
2092
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.7",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|