homebridge-melcloud-control 4.0.4-beta.3 → 4.0.4-beta.4
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/README.md +1 -1
- package/config.schema.json +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -223,7 +223,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
|
|
|
223
223
|
| `ataDevices[].temperatureSensor` | This enable extra `Room` temperature sensors to use with automations in HomeKit app. |
|
|
224
224
|
| `ataDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensors to use with automations in HomeKit app. |
|
|
225
225
|
| `ataDevices[].frostProtectionSensor` | This enable extra `Frost Protectio` sensors to use with automations in HomeKit app. |
|
|
226
|
-
| `ataDevices[].
|
|
226
|
+
| `ataDevices[].overHeatProtectionSensor` | This enable extra `Overheat Protection` sensors to use with automations in HomeKit app. |
|
|
227
227
|
| `ataDevices[].holidayModeSensor` | This enable extra `Holiday Mode` sensors to use with automations in HomeKit app. |
|
|
228
228
|
| `ataDevices[].errorSensor` | This enable `Error` sensors to use with automations in HomeKit app. |
|
|
229
229
|
| `ataDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
|
package/config.schema.json
CHANGED
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
"default": false,
|
|
402
402
|
"description": "This enable extra frost protection sensor to use with automations in HomeKit app."
|
|
403
403
|
},
|
|
404
|
-
"
|
|
404
|
+
"overheatProtection": {
|
|
405
405
|
"title": "Frost Protection",
|
|
406
406
|
"type": "boolean",
|
|
407
407
|
"default": false,
|
|
@@ -1952,7 +1952,7 @@
|
|
|
1952
1952
|
"expanded": false,
|
|
1953
1953
|
"items": [
|
|
1954
1954
|
"accounts[].ataDevices[].frostProtectionSensor",
|
|
1955
|
-
"accounts[].ataDevices[].
|
|
1955
|
+
"accounts[].ataDevices[].overheatProtection",
|
|
1956
1956
|
"accounts[].ataDevices[].holidayModeSensor",
|
|
1957
1957
|
"accounts[].ataDevices[].errorSensor"
|
|
1958
1958
|
]
|
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.4-beta.
|
|
4
|
+
"version": "4.0.4-beta.4",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|