homebridge-melcloud-control 4.1.3-beta.20 → 4.1.3-beta.21

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.
Files changed (2) hide show
  1. package/README.md +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -239,9 +239,10 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
239
239
  | `ataDevices[].autoDryFanMode` | Here select the operatiing mode for `Auto`, if this mode is not supported, it will be disabled.. |
240
240
  | `ataDevices[].temperatureSensor` | This enable extra `Room` temperature sensor to use with automations in HomeKit app. |
241
241
  | `ataDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
242
- | `ataDevices[].frostProtectionSensor` | This enable extra `Frost Protectio` sensor to use with automations in HomeKit app. |
243
- | `ataDevices[].overHeatProtectionSensor` | This enable extra `Overheat Protection` sensor to use with automations in HomeKit app. |
244
242
  | `ataDevices[].errorSensor` | This enable `Error` sensor to use with automations in HomeKit app. |
243
+ | `ataDevices[].frostProtectionSupport` | This enable extra `Frost Protectio` control and sensors to use with automations in HomeKit app. |
244
+ | `ataDevices[].overheatProtectionSupport` | This enable extra `Overheat Protection` control and sensors to use with automations in HomeKit app. |
245
+ | `ataDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
245
246
  | `ataDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
246
247
  | `ataDevices[].presets[]` | Array of ATA device `Presets` created automatically after login to MELCloud from plugin config UI. |
247
248
  | `ataDevices[].presets[].id` | Read only data, do not change it. |
@@ -273,6 +274,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
273
274
  | `atwDevices[].temperatureFlowZone2Sensor` | This enable extra `Flow Zone 2` temperature sensor to use with automations in HomeKit app. |
274
275
  | `atwDevices[].temperatureReturnZone2Sensor` | This enable extra `Return Zone 2` temperature sensor to use with automations in HomeKit app. |
275
276
  | `atwDevices[].errorSensor` | This enable `Error` sensors to use with automations in HomeKit app. |
277
+ | `atwDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
276
278
  | `atwDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
277
279
  | `atwDevices[].presets[]` | Array of ATW device `Presets` created automatically after login to MELCloud from plugin config UI. |
278
280
  | `atwDevices[].presets[].id` | Read only data, do not change it. |
@@ -297,6 +299,7 @@ Homebridge plugin for Air Conditioner, Heat Pump and Energy Recovery Ventilation
297
299
  | `ervDevices[].temperatureOutdoorSensor` | This enable extra `Outdoor` temperature sensor to use with automations in HomeKit app. |
298
300
  | `ervDevices[].temperatureSupplySensor` | This enable extra `Supply` temperature sensor to use with automations in HomeKit app. |
299
301
  | `ervDevices[].errorSensor` | This enable `Error` sensors to use with automations in HomeKit app. |
302
+ | `ervDevices[].holidayModeSupport` | This enable extra `Holiday Mode` control and sensors to use with automations in HomeKit app. |
300
303
  | `ervDevices[].refreshInterval` | Here set the background devices state refresh time in (sec), default `5s`. |
301
304
  | `ervDevices[].presets[]` | Array of ERV device `Presets` created automatically after login to MELCloud from plugin config UI. |
302
305
  | `ervDevices[].presets[].id` | Read only data, do not change it. |
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.20",
4
+ "version": "4.1.3-beta.21",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",