homebridge-melcloud-control 4.0.0-beta.222 → 4.0.0-beta.224
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 +45 -42
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -236,20 +236,17 @@
|
|
|
236
236
|
"id": {
|
|
237
237
|
"title": "ID",
|
|
238
238
|
"type": "string",
|
|
239
|
-
"default": "0"
|
|
240
|
-
"readonly": true
|
|
239
|
+
"default": "0"
|
|
241
240
|
},
|
|
242
241
|
"type": {
|
|
243
242
|
"title": "Type",
|
|
244
243
|
"type": "integer",
|
|
245
|
-
"default": 0
|
|
246
|
-
"readonly": true
|
|
244
|
+
"default": 0
|
|
247
245
|
},
|
|
248
246
|
"typeString": {
|
|
249
247
|
"title": "Type",
|
|
250
248
|
"type": "string",
|
|
251
|
-
"default": "Air Conditioner"
|
|
252
|
-
"readonly": true
|
|
249
|
+
"default": "Air Conditioner"
|
|
253
250
|
},
|
|
254
251
|
"displayType": {
|
|
255
252
|
"title": "Display Type",
|
|
@@ -802,20 +799,17 @@
|
|
|
802
799
|
"id": {
|
|
803
800
|
"title": "ID",
|
|
804
801
|
"type": "string",
|
|
805
|
-
"default": "0"
|
|
806
|
-
"readonly": true
|
|
802
|
+
"default": "0"
|
|
807
803
|
},
|
|
808
804
|
"type": {
|
|
809
805
|
"title": "Type",
|
|
810
806
|
"type": "integer",
|
|
811
|
-
"default": 1
|
|
812
|
-
"readonly": true
|
|
807
|
+
"default": 1
|
|
813
808
|
},
|
|
814
809
|
"typeString": {
|
|
815
810
|
"title": "Type",
|
|
816
811
|
"type": "string",
|
|
817
|
-
"default": "Heat Pump"
|
|
818
|
-
"readonly": true
|
|
812
|
+
"default": "Heat Pump"
|
|
819
813
|
},
|
|
820
814
|
"name": {
|
|
821
815
|
"title": "Name",
|
|
@@ -1334,20 +1328,17 @@
|
|
|
1334
1328
|
"id": {
|
|
1335
1329
|
"title": "ID",
|
|
1336
1330
|
"type": "string",
|
|
1337
|
-
"default": "0"
|
|
1338
|
-
"readonly": true
|
|
1331
|
+
"default": "0"
|
|
1339
1332
|
},
|
|
1340
1333
|
"type": {
|
|
1341
1334
|
"title": "Type",
|
|
1342
1335
|
"type": "integer",
|
|
1343
|
-
"default": 3
|
|
1344
|
-
"readonly": true
|
|
1336
|
+
"default": 3
|
|
1345
1337
|
},
|
|
1346
1338
|
"typeString": {
|
|
1347
1339
|
"title": "Type",
|
|
1348
1340
|
"type": "string",
|
|
1349
|
-
"default": "Ventilation"
|
|
1350
|
-
"readonly": true
|
|
1341
|
+
"default": "Ventilation"
|
|
1351
1342
|
},
|
|
1352
1343
|
"name": {
|
|
1353
1344
|
"title": "Name",
|
|
@@ -1850,14 +1841,6 @@
|
|
|
1850
1841
|
"type": "tabarray",
|
|
1851
1842
|
"title": "{{ value.name }}",
|
|
1852
1843
|
"items": [
|
|
1853
|
-
{
|
|
1854
|
-
"key": "accounts[].ataDevices[].id",
|
|
1855
|
-
"readonly": true
|
|
1856
|
-
},
|
|
1857
|
-
{
|
|
1858
|
-
"key": "accounts[].ataDevices[].typeString",
|
|
1859
|
-
"readonly": true
|
|
1860
|
-
},
|
|
1861
1844
|
"accounts[].ataDevices[].displayType",
|
|
1862
1845
|
{
|
|
1863
1846
|
"key": "accounts[].ataDevices[]",
|
|
@@ -1866,6 +1849,18 @@
|
|
|
1866
1849
|
"expandable": true,
|
|
1867
1850
|
"expanded": false,
|
|
1868
1851
|
"items": [
|
|
1852
|
+
{
|
|
1853
|
+
"key": "accounts[].ataDevices[].id",
|
|
1854
|
+
"readonly": true
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
"key": "accounts[].ataDevices[].type",
|
|
1858
|
+
"readonly": true
|
|
1859
|
+
},
|
|
1860
|
+
{
|
|
1861
|
+
"key": "accounts[].ataDevices[].typeString",
|
|
1862
|
+
"readonly": true
|
|
1863
|
+
},
|
|
1869
1864
|
"accounts[].ataDevices[].name",
|
|
1870
1865
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
1871
1866
|
"accounts[].ataDevices[].coolDryFanMode",
|
|
@@ -1955,14 +1950,6 @@
|
|
|
1955
1950
|
"type": "tabarray",
|
|
1956
1951
|
"title": "{{ value.name }}",
|
|
1957
1952
|
"items": [
|
|
1958
|
-
{
|
|
1959
|
-
"key": "accounts[].atwDevices[].id",
|
|
1960
|
-
"readonly": true
|
|
1961
|
-
},
|
|
1962
|
-
{
|
|
1963
|
-
"key": "accounts[].atwDevices[].typeString",
|
|
1964
|
-
"readonly": true
|
|
1965
|
-
},
|
|
1966
1953
|
"accounts[].atwDevices[].displayType",
|
|
1967
1954
|
{
|
|
1968
1955
|
"key": "accounts[].atwDevices[]",
|
|
@@ -1971,6 +1958,18 @@
|
|
|
1971
1958
|
"expandable": true,
|
|
1972
1959
|
"expanded": false,
|
|
1973
1960
|
"items": [
|
|
1961
|
+
{
|
|
1962
|
+
"key": "accounts[].atwDevices[].id",
|
|
1963
|
+
"readonly": true
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
"key": "accounts[].atwDevices[].type",
|
|
1967
|
+
"readonly": true
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
"key": "accounts[].atwDevices[].typeString",
|
|
1971
|
+
"readonly": true
|
|
1972
|
+
},
|
|
1974
1973
|
"accounts[].atwDevices[].hideZone",
|
|
1975
1974
|
"accounts[].atwDevices[].name",
|
|
1976
1975
|
"accounts[].atwDevices[].refreshInterval"
|
|
@@ -2065,14 +2064,6 @@
|
|
|
2065
2064
|
"type": "tabarray",
|
|
2066
2065
|
"title": "{{ value.name }}",
|
|
2067
2066
|
"items": [
|
|
2068
|
-
{
|
|
2069
|
-
"key": "accounts[].ervDevices[].id",
|
|
2070
|
-
"readonly": true
|
|
2071
|
-
},
|
|
2072
|
-
{
|
|
2073
|
-
"key": "accounts[].ervDevices[].typeString",
|
|
2074
|
-
"readonly": true
|
|
2075
|
-
},
|
|
2076
2067
|
"accounts[].ervDevices[].displayType",
|
|
2077
2068
|
{
|
|
2078
2069
|
"key": "accounts[].ervDevices[]",
|
|
@@ -2081,6 +2072,18 @@
|
|
|
2081
2072
|
"expandable": true,
|
|
2082
2073
|
"expanded": false,
|
|
2083
2074
|
"items": [
|
|
2075
|
+
{
|
|
2076
|
+
"key": "accounts[].ervDevices[].id",
|
|
2077
|
+
"readonly": true
|
|
2078
|
+
},
|
|
2079
|
+
{
|
|
2080
|
+
"key": "accounts[].ervDevices[].type",
|
|
2081
|
+
"readonly": true
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
"key": "accounts[].ervDevices[].typeString",
|
|
2085
|
+
"readonly": true
|
|
2086
|
+
},
|
|
2084
2087
|
"accounts[].ervDevices[].name",
|
|
2085
2088
|
"accounts[].ervDevices[].refreshInterval"
|
|
2086
2089
|
],
|
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.224",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|