homebridge-melcloud-control 4.1.3-beta.7 → 4.1.3-beta.9
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 +2 -10
- 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",
|
|
@@ -2575,7 +2569,6 @@
|
|
|
2575
2569
|
"title": "{{ value.name }}",
|
|
2576
2570
|
"items": [
|
|
2577
2571
|
{
|
|
2578
|
-
"key": "accounts[]",
|
|
2579
2572
|
"title": "Account Data Refresh",
|
|
2580
2573
|
"items": [
|
|
2581
2574
|
"accounts[].refreshInterval"
|
|
@@ -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.9",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|