homebridge-melcloud-control 4.0.4-beta.2 → 4.0.4-beta.3

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/config.schema.json +11 -3
  2. package/package.json +1 -1
@@ -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
1955
  "accounts[].ataDevices[].overHeatProtectionSensor",
1949
- "accounts[].ataDevices[].holidayModeSensor"
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.3",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",