homebridge-melcloud-control 4.1.3-beta.7 → 4.1.3-beta.8
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 +7 -15
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -434,10 +434,7 @@
|
|
|
434
434
|
"default": 5,
|
|
435
435
|
"minimum": 1,
|
|
436
436
|
"maximum": 60,
|
|
437
|
-
"description": "Set the background device state refresh time in seconds."
|
|
438
|
-
"condition": {
|
|
439
|
-
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
440
|
-
}
|
|
437
|
+
"description": "Set the background device state refresh time in seconds."
|
|
441
438
|
},
|
|
442
439
|
"presets": {
|
|
443
440
|
"title": "Presets",
|
|
@@ -1131,10 +1128,7 @@
|
|
|
1131
1128
|
"default": 5,
|
|
1132
1129
|
"minimum": 1,
|
|
1133
1130
|
"maximum": 60,
|
|
1134
|
-
"description": "Set the background device state refresh time in seconds."
|
|
1135
|
-
"condition": {
|
|
1136
|
-
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
1137
|
-
}
|
|
1131
|
+
"description": "Set the background device state refresh time in seconds."
|
|
1138
1132
|
},
|
|
1139
1133
|
"presets": {
|
|
1140
1134
|
"title": "Presets",
|
|
@@ -1946,10 +1940,7 @@
|
|
|
1946
1940
|
"default": 120,
|
|
1947
1941
|
"minimum": 1,
|
|
1948
1942
|
"maximum": 600,
|
|
1949
|
-
"description": "Set the background account data refresh time in seconds."
|
|
1950
|
-
"condition": {
|
|
1951
|
-
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
1952
|
-
}
|
|
1943
|
+
"description": "Set the background account data refresh time in seconds."
|
|
1953
1944
|
},
|
|
1954
1945
|
"log": {
|
|
1955
1946
|
"title": "Log",
|
|
@@ -2575,11 +2566,13 @@
|
|
|
2575
2566
|
"title": "{{ value.name }}",
|
|
2576
2567
|
"items": [
|
|
2577
2568
|
{
|
|
2578
|
-
"key": "accounts[]",
|
|
2579
2569
|
"title": "Account Data Refresh",
|
|
2580
2570
|
"items": [
|
|
2581
2571
|
"accounts[].refreshInterval"
|
|
2582
|
-
]
|
|
2572
|
+
],
|
|
2573
|
+
"condition": {
|
|
2574
|
+
"functionBody": "return model.accounts[arrayIndices[0]].type === 'melcloud';"
|
|
2575
|
+
}
|
|
2583
2576
|
},
|
|
2584
2577
|
{
|
|
2585
2578
|
"key": "accounts[].log",
|
|
@@ -2594,7 +2587,6 @@
|
|
|
2594
2587
|
]
|
|
2595
2588
|
},
|
|
2596
2589
|
{
|
|
2597
|
-
"key": "accounts[]",
|
|
2598
2590
|
"title": "External Integrations",
|
|
2599
2591
|
"items": [
|
|
2600
2592
|
{
|
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.
|
|
4
|
+
"version": "4.1.3-beta.8",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|