homebridge-melcloud-control 3.10.0-beta.5 → 3.10.0-beta.7
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.
- package/config.schema.json +6 -2
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1813,6 +1813,7 @@
|
|
|
1813
1813
|
{
|
|
1814
1814
|
"key": "accounts[].ataDevices",
|
|
1815
1815
|
"title": "Settings",
|
|
1816
|
+
"type": "section",
|
|
1816
1817
|
"items": [
|
|
1817
1818
|
"accounts[].ataDevices[].name",
|
|
1818
1819
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
@@ -1824,6 +1825,7 @@
|
|
|
1824
1825
|
{
|
|
1825
1826
|
"key": "accounts[].ataDevices",
|
|
1826
1827
|
"title": "Presets",
|
|
1828
|
+
"type": "section",
|
|
1827
1829
|
"items": [
|
|
1828
1830
|
{
|
|
1829
1831
|
"key": "accounts[].ataDevices[].presets",
|
|
@@ -1844,6 +1846,7 @@
|
|
|
1844
1846
|
{
|
|
1845
1847
|
"key": "accounts[].ataDevices",
|
|
1846
1848
|
"title": "Temperature Sensors",
|
|
1849
|
+
"type": "section",
|
|
1847
1850
|
"items": [
|
|
1848
1851
|
"accounts[].ataDevices[].temperatureSensor",
|
|
1849
1852
|
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
@@ -1852,6 +1855,7 @@
|
|
|
1852
1855
|
{
|
|
1853
1856
|
"key": "accounts[].ataDevices",
|
|
1854
1857
|
"title": "Buttons / Sensors",
|
|
1858
|
+
"type": "section",
|
|
1855
1859
|
"items": [
|
|
1856
1860
|
{
|
|
1857
1861
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
@@ -1883,7 +1887,7 @@
|
|
|
1883
1887
|
]
|
|
1884
1888
|
},
|
|
1885
1889
|
{
|
|
1886
|
-
"key": "accounts[]
|
|
1890
|
+
"key": "accounts[]",
|
|
1887
1891
|
"title": "Heat Pump",
|
|
1888
1892
|
"items": [
|
|
1889
1893
|
{
|
|
@@ -1981,7 +1985,7 @@
|
|
|
1981
1985
|
]
|
|
1982
1986
|
},
|
|
1983
1987
|
{
|
|
1984
|
-
"key": "accounts[]
|
|
1988
|
+
"key": "accounts[]",
|
|
1985
1989
|
"title": "Energy Recovery Ventilation",
|
|
1986
1990
|
"items": [
|
|
1987
1991
|
{
|
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.
|
|
4
|
+
"version": "3.10.0-beta.7",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|