homebridge-melcloud-control 3.10.0-beta.3 → 3.10.0-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.
Files changed (2) hide show
  1. package/config.schema.json +1 -22
  2. package/package.json +1 -1
@@ -1902,7 +1902,7 @@
1902
1902
  "accounts[].atwDevices[].displayMode",
1903
1903
  "accounts[].atwDevices[].hideZone",
1904
1904
  {
1905
- "key": "accounts[].atwDevices[]",
1905
+ "key": "accounts[].atwDevices",
1906
1906
  "type": "section",
1907
1907
  "title": "Settings",
1908
1908
  "expandable": true,
@@ -1914,10 +1914,7 @@
1914
1914
  },
1915
1915
  {
1916
1916
  "key": "accounts[].atwDevices",
1917
- "type": "section",
1918
1917
  "title": "Presets",
1919
- "expandable": true,
1920
- "expanded": false,
1921
1918
  "items": [
1922
1919
  {
1923
1920
  "key": "accounts[].atwDevices[].presets",
@@ -1937,10 +1934,7 @@
1937
1934
  },
1938
1935
  {
1939
1936
  "key": "accounts[].atwDevices",
1940
- "type": "section",
1941
1937
  "title": "Temperature Sensors",
1942
- "expandable": true,
1943
- "expanded": false,
1944
1938
  "items": [
1945
1939
  "accounts[].atwDevices[].temperatureSensor",
1946
1940
  "accounts[].atwDevices[].temperatureSensorFlow",
@@ -1955,10 +1949,7 @@
1955
1949
  },
1956
1950
  {
1957
1951
  "key": "accounts[].atwDevices",
1958
- "type": "section",
1959
1952
  "title": "Buttons / Sensors",
1960
- "expandable": true,
1961
- "expanded": false,
1962
1953
  "items": [
1963
1954
  {
1964
1955
  "key": "accounts[].atwDevices[].buttonsSensors",
@@ -2009,10 +2000,7 @@
2009
2000
  "accounts[].ervDevices[].displayMode",
2010
2001
  {
2011
2002
  "key": "accounts[].ervDevices[]",
2012
- "type": "section",
2013
2003
  "title": "Settings",
2014
- "expandable": true,
2015
- "expanded": false,
2016
2004
  "items": [
2017
2005
  "accounts[].ervDevices[].name",
2018
2006
  "accounts[].ervDevices[].refreshInterval"
@@ -2020,10 +2008,7 @@
2020
2008
  },
2021
2009
  {
2022
2010
  "key": "accounts[].ervDevices",
2023
- "type": "section",
2024
2011
  "title": "Presets",
2025
- "expandable": true,
2026
- "expanded": false,
2027
2012
  "items": [
2028
2013
  {
2029
2014
  "key": "accounts[].ervDevices[].presets",
@@ -2043,10 +2028,7 @@
2043
2028
  },
2044
2029
  {
2045
2030
  "key": "accounts[].ervDevices",
2046
- "type": "section",
2047
2031
  "title": "Temperature Sensors",
2048
- "expandable": true,
2049
- "expanded": false,
2050
2032
  "items": [
2051
2033
  "accounts[].ervDevices[].temperatureSensor",
2052
2034
  "accounts[].ervDevices[].temperatureSensorOutdoor",
@@ -2055,10 +2037,7 @@
2055
2037
  },
2056
2038
  {
2057
2039
  "key": "accounts[].ervDevices",
2058
- "type": "section",
2059
2040
  "title": "Buttons / Sensors",
2060
- "expandable": true,
2061
- "expanded": false,
2062
2041
  "items": [
2063
2042
  {
2064
2043
  "key": "accounts[].ervDevices[].buttonsSensors",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.10.0-beta.3",
4
+ "version": "3.10.0-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",