homebridge-melcloud-control 3.10.0-beta.16 → 3.10.0-beta.18

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 +23 -8
  2. package/package.json +1 -1
@@ -1793,11 +1793,11 @@
1793
1793
  "title": "{{ value.title }}",
1794
1794
  "items": [
1795
1795
  {
1796
- "key": "accounts[].ataDevices",
1796
+ "key": "accounts[]",
1797
1797
  "title": "Air Conditioner",
1798
1798
  "items": [
1799
1799
  {
1800
- "key": "accounts[].ataDevices[]",
1800
+ "key": "accounts[].ataDevices",
1801
1801
  "type": "tabarray",
1802
1802
  "title": "{{ value.name }}",
1803
1803
  "items": [
@@ -1809,16 +1809,27 @@
1809
1809
  "key": "accounts[].ataDevices[].typeString",
1810
1810
  "readonly": true
1811
1811
  },
1812
- "accounts[].ataDevices[].displayMode",
1813
- "accounts[].ataDevices[].name",
1814
- "accounts[].ataDevices[].heatDryFanMode",
1815
- "accounts[].ataDevices[].coolDryFanMode",
1816
- "accounts[].ataDevices[].autoDryFanMode",
1817
- "accounts[].ataDevices[].refreshInterval",
1812
+ {
1813
+ "key": "accounts[].ataDevices[]",
1814
+ "title": "Settings",
1815
+ "type": "section",
1816
+ "expandable": true,
1817
+ "expanded": false,
1818
+ "items": [
1819
+ "accounts[].ataDevices[].displayMode",
1820
+ "accounts[].ataDevices[].name",
1821
+ "accounts[].ataDevices[].heatDryFanMode",
1822
+ "accounts[].ataDevices[].coolDryFanMode",
1823
+ "accounts[].ataDevices[].autoDryFanMode",
1824
+ "accounts[].ataDevices[].refreshInterval"
1825
+ ]
1826
+ },
1818
1827
  {
1819
1828
  "key": "accounts[].ataDevices[]",
1820
1829
  "title": "Temperature Sensors",
1821
1830
  "type": "section",
1831
+ "expandable": true,
1832
+ "expanded": false,
1822
1833
  "items": [
1823
1834
  "accounts[].ataDevices[].temperatureSensor",
1824
1835
  "accounts[].ataDevices[].temperatureSensorOutdoor"
@@ -1828,6 +1839,8 @@
1828
1839
  "key": "accounts[].ataDevices[].presets",
1829
1840
  "title": "Presets",
1830
1841
  "type": "section",
1842
+ "expandable": true,
1843
+ "expanded": false,
1831
1844
  "items": [
1832
1845
  {
1833
1846
  "key": "accounts[].ataDevices[].presets",
@@ -1849,6 +1862,8 @@
1849
1862
  "key": "accounts[].ataDevices[].buttonsSensors",
1850
1863
  "title": "Buttons / Sensors",
1851
1864
  "type": "section",
1865
+ "expandable": true,
1866
+ "expanded": false,
1852
1867
  "items": [
1853
1868
  {
1854
1869
  "key": "accounts[].ataDevices[].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.16",
4
+ "version": "3.10.0-beta.18",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",