homebridge-melcloud-control 3.10.0-beta.7 → 3.10.0-beta.9

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 +13 -6
  2. package/package.json +1 -1
@@ -1823,7 +1823,7 @@
1823
1823
  ]
1824
1824
  },
1825
1825
  {
1826
- "key": "accounts[].ataDevices",
1826
+ "key": "accounts[].ataDevices.presets",
1827
1827
  "title": "Presets",
1828
1828
  "type": "section",
1829
1829
  "items": [
@@ -1853,7 +1853,7 @@
1853
1853
  ]
1854
1854
  },
1855
1855
  {
1856
- "key": "accounts[].ataDevices",
1856
+ "key": "accounts[].ataDevices[].buttonsSensors",
1857
1857
  "title": "Buttons / Sensors",
1858
1858
  "type": "section",
1859
1859
  "items": [
@@ -1917,8 +1917,9 @@
1917
1917
  ]
1918
1918
  },
1919
1919
  {
1920
- "key": "accounts[].atwDevices",
1920
+ "key": "accounts[].atwDevices[].presets",
1921
1921
  "title": "Presets",
1922
+ "type": "section",
1922
1923
  "items": [
1923
1924
  {
1924
1925
  "key": "accounts[].atwDevices[].presets",
@@ -1939,6 +1940,7 @@
1939
1940
  {
1940
1941
  "key": "accounts[].atwDevices",
1941
1942
  "title": "Temperature Sensors",
1943
+ "type": "section",
1942
1944
  "items": [
1943
1945
  "accounts[].atwDevices[].temperatureSensor",
1944
1946
  "accounts[].atwDevices[].temperatureSensorFlow",
@@ -1952,8 +1954,9 @@
1952
1954
  ]
1953
1955
  },
1954
1956
  {
1955
- "key": "accounts[].atwDevices",
1957
+ "key": "accounts[].atwDevices[].buttonsSensors",
1956
1958
  "title": "Buttons / Sensors",
1959
+ "type": "section",
1957
1960
  "items": [
1958
1961
  {
1959
1962
  "key": "accounts[].atwDevices[].buttonsSensors",
@@ -2005,14 +2008,16 @@
2005
2008
  {
2006
2009
  "key": "accounts[].ervDevices[]",
2007
2010
  "title": "Settings",
2011
+ "type": "section",
2008
2012
  "items": [
2009
2013
  "accounts[].ervDevices[].name",
2010
2014
  "accounts[].ervDevices[].refreshInterval"
2011
2015
  ]
2012
2016
  },
2013
2017
  {
2014
- "key": "accounts[].ervDevices",
2018
+ "key": "accounts[].ervDevices[].presets",
2015
2019
  "title": "Presets",
2020
+ "type": "section",
2016
2021
  "items": [
2017
2022
  {
2018
2023
  "key": "accounts[].ervDevices[].presets",
@@ -2033,6 +2038,7 @@
2033
2038
  {
2034
2039
  "key": "accounts[].ervDevices",
2035
2040
  "title": "Temperature Sensors",
2041
+ "type": "section",
2036
2042
  "items": [
2037
2043
  "accounts[].ervDevices[].temperatureSensor",
2038
2044
  "accounts[].ervDevices[].temperatureSensorOutdoor",
@@ -2040,8 +2046,9 @@
2040
2046
  ]
2041
2047
  },
2042
2048
  {
2043
- "key": "accounts[].ervDevices",
2049
+ "key": "accounts[].ervDevices[].buttonsSensors",
2044
2050
  "title": "Buttons / Sensors",
2051
+ "type": "section",
2045
2052
  "items": [
2046
2053
  {
2047
2054
  "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.7",
4
+ "version": "3.10.0-beta.9",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",