homebridge-melcloud-control 4.6.1-beta.4 → 4.6.1-beta.5
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 +10 -10
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -2391,10 +2391,7 @@
|
|
|
2391
2391
|
"accounts[].ataDevices[].name",
|
|
2392
2392
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
2393
2393
|
"accounts[].ataDevices[].coolDryFanMode",
|
|
2394
|
-
"accounts[].ataDevices[].autoDryFanMode"
|
|
2395
|
-
"accounts[].ataDevices[].frostProtectionSupport",
|
|
2396
|
-
"accounts[].ataDevices[].overheatProtectionSupport",
|
|
2397
|
-
"accounts[].ataDevices[].holidayModeSupport"
|
|
2394
|
+
"accounts[].ataDevices[].autoDryFanMode"
|
|
2398
2395
|
]
|
|
2399
2396
|
},
|
|
2400
2397
|
{
|
|
@@ -2476,14 +2473,14 @@
|
|
|
2476
2473
|
}
|
|
2477
2474
|
},
|
|
2478
2475
|
{
|
|
2479
|
-
"title": "
|
|
2476
|
+
"title": "Monitoring And Control",
|
|
2480
2477
|
"type": "section",
|
|
2481
|
-
"description": "Section for setup
|
|
2478
|
+
"description": "Section for setup additional monitoring and control functions.",
|
|
2482
2479
|
"expandable": true,
|
|
2483
2480
|
"expanded": false,
|
|
2484
2481
|
"items": [
|
|
2485
2482
|
{
|
|
2486
|
-
"key": "accounts[].ataDevices",
|
|
2483
|
+
"key": "accounts[].ataDevices[]",
|
|
2487
2484
|
"type": "tabarray",
|
|
2488
2485
|
"title": "{{ value.title }}",
|
|
2489
2486
|
"items": [
|
|
@@ -2491,7 +2488,9 @@
|
|
|
2491
2488
|
"title": "Temperature",
|
|
2492
2489
|
"items": [
|
|
2493
2490
|
"accounts[].ataDevices[].temperatureSensor",
|
|
2494
|
-
"accounts[].ataDevices[].temperatureOutdoorSensor"
|
|
2491
|
+
"accounts[].ataDevices[].temperatureOutdoorSensor",
|
|
2492
|
+
"accounts[].ataDevices[].frostProtectionSupport",
|
|
2493
|
+
"accounts[].ataDevices[].overheatProtectionSupport"
|
|
2495
2494
|
]
|
|
2496
2495
|
},
|
|
2497
2496
|
{
|
|
@@ -2499,11 +2498,12 @@
|
|
|
2499
2498
|
"items": [
|
|
2500
2499
|
"accounts[].ataDevices[].inStandbySensor",
|
|
2501
2500
|
"accounts[].ataDevices[].connectSensor",
|
|
2502
|
-
"accounts[].ataDevices[].errorSensor"
|
|
2501
|
+
"accounts[].ataDevices[].errorSensor",
|
|
2502
|
+
"accounts[].ataDevices[].holidayModeSupport"
|
|
2503
2503
|
]
|
|
2504
2504
|
},
|
|
2505
2505
|
{
|
|
2506
|
-
"title": "
|
|
2506
|
+
"title": "Buttons / Sensors",
|
|
2507
2507
|
"items": [
|
|
2508
2508
|
{
|
|
2509
2509
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.6.1-beta.
|
|
4
|
+
"version": "4.6.1-beta.5",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|