homebridge-melcloud-control 4.0.0-beta.216 → 4.0.0-beta.218
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 +6 -6
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1851,7 +1851,7 @@
|
|
|
1851
1851
|
"title": "{{ value.title }}",
|
|
1852
1852
|
"items": [
|
|
1853
1853
|
{
|
|
1854
|
-
"key": "accounts[]
|
|
1854
|
+
"key": "accounts[]",
|
|
1855
1855
|
"title": "Air Conditioner",
|
|
1856
1856
|
"items": [
|
|
1857
1857
|
{
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
}
|
|
1955
1955
|
},
|
|
1956
1956
|
{
|
|
1957
|
-
"key": "accounts[]
|
|
1957
|
+
"key": "accounts[]",
|
|
1958
1958
|
"type": "tabarray",
|
|
1959
1959
|
"title": "{{ value.title }}",
|
|
1960
1960
|
"items": [],
|
|
@@ -1965,7 +1965,7 @@
|
|
|
1965
1965
|
]
|
|
1966
1966
|
},
|
|
1967
1967
|
{
|
|
1968
|
-
"key": "accounts[]
|
|
1968
|
+
"key": "accounts[]",
|
|
1969
1969
|
"title": "Heat Pump",
|
|
1970
1970
|
"items": [
|
|
1971
1971
|
{
|
|
@@ -2073,7 +2073,7 @@
|
|
|
2073
2073
|
}
|
|
2074
2074
|
},
|
|
2075
2075
|
{
|
|
2076
|
-
"key": "accounts[]
|
|
2076
|
+
"key": "accounts[]",
|
|
2077
2077
|
"type": "tabarray",
|
|
2078
2078
|
"title": "{{ value.title }}",
|
|
2079
2079
|
"items": [],
|
|
@@ -2084,7 +2084,7 @@
|
|
|
2084
2084
|
]
|
|
2085
2085
|
},
|
|
2086
2086
|
{
|
|
2087
|
-
"key": "accounts[]
|
|
2087
|
+
"key": "accounts[]",
|
|
2088
2088
|
"title": "Energy Recovery Ventilation",
|
|
2089
2089
|
"items": [
|
|
2090
2090
|
{
|
|
@@ -2185,7 +2185,7 @@
|
|
|
2185
2185
|
}
|
|
2186
2186
|
},
|
|
2187
2187
|
{
|
|
2188
|
-
"key": "accounts[]
|
|
2188
|
+
"key": "accounts[]",
|
|
2189
2189
|
"type": "tabarray",
|
|
2190
2190
|
"title": "{{ value.title }}",
|
|
2191
2191
|
"items": [],
|
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.
|
|
4
|
+
"version": "4.0.0-beta.218",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|