homebridge-melcloud-control 3.10.0-beta.1 → 3.10.0-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.
- package/config.schema.json +2 -14
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1811,11 +1811,8 @@
|
|
|
1811
1811
|
},
|
|
1812
1812
|
"accounts[].ataDevices[].displayMode",
|
|
1813
1813
|
{
|
|
1814
|
-
"key": "accounts[].ataDevices
|
|
1815
|
-
"type": "section",
|
|
1814
|
+
"key": "accounts[].ataDevices",
|
|
1816
1815
|
"title": "Settings",
|
|
1817
|
-
"expandable": true,
|
|
1818
|
-
"expanded": false,
|
|
1819
1816
|
"items": [
|
|
1820
1817
|
"accounts[].ataDevices[].name",
|
|
1821
1818
|
"accounts[].ataDevices[].heatDryFanMode",
|
|
@@ -1826,10 +1823,7 @@
|
|
|
1826
1823
|
},
|
|
1827
1824
|
{
|
|
1828
1825
|
"key": "accounts[].ataDevices",
|
|
1829
|
-
"type": "section",
|
|
1830
1826
|
"title": "Presets",
|
|
1831
|
-
"expandable": true,
|
|
1832
|
-
"expanded": false,
|
|
1833
1827
|
"items": [
|
|
1834
1828
|
{
|
|
1835
1829
|
"key": "accounts[].ataDevices[].presets",
|
|
@@ -1849,10 +1843,7 @@
|
|
|
1849
1843
|
},
|
|
1850
1844
|
{
|
|
1851
1845
|
"key": "accounts[].ataDevices",
|
|
1852
|
-
"type": "section",
|
|
1853
1846
|
"title": "Temperature Sensors",
|
|
1854
|
-
"expandable": true,
|
|
1855
|
-
"expanded": false,
|
|
1856
1847
|
"items": [
|
|
1857
1848
|
"accounts[].ataDevices[].temperatureSensor",
|
|
1858
1849
|
"accounts[].ataDevices[].temperatureSensorOutdoor"
|
|
@@ -1860,10 +1851,7 @@
|
|
|
1860
1851
|
},
|
|
1861
1852
|
{
|
|
1862
1853
|
"key": "accounts[].ataDevices",
|
|
1863
|
-
"type": "section",
|
|
1864
1854
|
"title": "Buttons / Sensors",
|
|
1865
|
-
"expandable": true,
|
|
1866
|
-
"expanded": false,
|
|
1867
1855
|
"items": [
|
|
1868
1856
|
{
|
|
1869
1857
|
"key": "accounts[].ataDevices[].buttonsSensors",
|
|
@@ -1884,7 +1872,7 @@
|
|
|
1884
1872
|
}
|
|
1885
1873
|
},
|
|
1886
1874
|
{
|
|
1887
|
-
"key": "
|
|
1875
|
+
"key": "accouts[]",
|
|
1888
1876
|
"type": "tabarray",
|
|
1889
1877
|
"title": "{{ value.title }}",
|
|
1890
1878
|
"items": [],
|
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.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",
|