homebridge-melcloud-control 4.0.4-beta.2 → 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 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[].overheatProtectionSensor` | This enable extra `Overheat Protection` sensors to use with automations in HomeKit app. |
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`. |
@@ -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
- "overHeatProtectionSensor": {
404
+ "overheatProtection": {
405
405
  "title": "Frost Protection",
406
406
  "type": "boolean",
407
407
  "default": false,
@@ -1935,7 +1935,6 @@
1935
1935
  "expandable": true,
1936
1936
  "expanded": false,
1937
1937
  "items": [
1938
- "accounts[].ataDevices[].errorSensor",
1939
1938
  {
1940
1939
  "title": "Temperature",
1941
1940
  "type": "section",
@@ -1943,10 +1942,19 @@
1943
1942
  "expanded": false,
1944
1943
  "items": [
1945
1944
  "accounts[].ataDevices[].temperatureSensor",
1946
- "accounts[].ataDevices[].temperatureOutdoorSensor",
1945
+ "accounts[].ataDevices[].temperatureOutdoorSensor"
1946
+ ]
1947
+ },
1948
+ {
1949
+ "title": "System",
1950
+ "type": "section",
1951
+ "expandable": true,
1952
+ "expanded": false,
1953
+ "items": [
1947
1954
  "accounts[].ataDevices[].frostProtectionSensor",
1948
- "accounts[].ataDevices[].overHeatProtectionSensor",
1949
- "accounts[].ataDevices[].holidayModeSensor"
1955
+ "accounts[].ataDevices[].overheatProtection",
1956
+ "accounts[].ataDevices[].holidayModeSensor",
1957
+ "accounts[].ataDevices[].errorSensor"
1950
1958
  ]
1951
1959
  },
1952
1960
  {
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.2",
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",