homebridge-melcloud-control 4.0.0-beta.228 → 4.0.0-beta.229

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 +36 -36
  2. package/package.json +1 -1
@@ -1844,6 +1844,18 @@
1844
1844
  {
1845
1845
  "key": "accounts[].ataDevices[]",
1846
1846
  "items": [
1847
+ {
1848
+ "key": "accounts[].ataDevices[].id",
1849
+ "readonly": true
1850
+ },
1851
+ {
1852
+ "key": "accounts[].ataDevices[].type",
1853
+ "readonly": true
1854
+ },
1855
+ {
1856
+ "key": "accounts[].ataDevices[].typeString",
1857
+ "readonly": true
1858
+ },
1847
1859
  "accounts[].ataDevices[].displayType",
1848
1860
  {
1849
1861
  "title": "Settings",
@@ -1851,18 +1863,6 @@
1851
1863
  "expandable": true,
1852
1864
  "expanded": false,
1853
1865
  "items": [
1854
- {
1855
- "key": "accounts[].ataDevices[].id",
1856
- "readonly": true
1857
- },
1858
- {
1859
- "key": "accounts[].ataDevices[].type",
1860
- "readonly": true
1861
- },
1862
- {
1863
- "key": "accounts[].ataDevices[].typeString",
1864
- "readonly": true
1865
- },
1866
1866
  "accounts[].ataDevices[].name",
1867
1867
  "accounts[].ataDevices[].heatDryFanMode",
1868
1868
  "accounts[].ataDevices[].coolDryFanMode",
@@ -1954,6 +1954,18 @@
1954
1954
  {
1955
1955
  "key": "accounts[].atwDevices[]",
1956
1956
  "items": [
1957
+ {
1958
+ "key": "accounts[].atwDevices[].id",
1959
+ "readonly": true
1960
+ },
1961
+ {
1962
+ "key": "accounts[].atwDevices[].type",
1963
+ "readonly": true
1964
+ },
1965
+ {
1966
+ "key": "accounts[].atwDevices[].typeString",
1967
+ "readonly": true
1968
+ },
1957
1969
  "accounts[].atwDevices[].displayType",
1958
1970
  {
1959
1971
  "type": "section",
@@ -1961,18 +1973,6 @@
1961
1973
  "expandable": true,
1962
1974
  "expanded": false,
1963
1975
  "items": [
1964
- {
1965
- "key": "accounts[].atwDevices[].id",
1966
- "readonly": true
1967
- },
1968
- {
1969
- "key": "accounts[].atwDevices[].type",
1970
- "readonly": true
1971
- },
1972
- {
1973
- "key": "accounts[].atwDevices[].typeString",
1974
- "readonly": true
1975
- },
1976
1976
  "accounts[].atwDevices[].hideZone",
1977
1977
  "accounts[].atwDevices[].name",
1978
1978
  "accounts[].atwDevices[].refreshInterval"
@@ -2069,6 +2069,18 @@
2069
2069
  {
2070
2070
  "key": "accounts[].ervDevices[]",
2071
2071
  "items": [
2072
+ {
2073
+ "key": "accounts[].ervDevices[].id",
2074
+ "readonly": true
2075
+ },
2076
+ {
2077
+ "key": "accounts[].ervDevices[].type",
2078
+ "readonly": true
2079
+ },
2080
+ {
2081
+ "key": "accounts[].ervDevices[].typeString",
2082
+ "readonly": true
2083
+ },
2072
2084
  "accounts[].ervDevices[].displayType",
2073
2085
  {
2074
2086
  "title": "Settings",
@@ -2076,18 +2088,6 @@
2076
2088
  "expandable": true,
2077
2089
  "expanded": false,
2078
2090
  "items": [
2079
- {
2080
- "key": "accounts[].ervDevices[].id",
2081
- "readonly": true
2082
- },
2083
- {
2084
- "key": "accounts[].ervDevices[].type",
2085
- "readonly": true
2086
- },
2087
- {
2088
- "key": "accounts[].ervDevices[].typeString",
2089
- "readonly": true
2090
- },
2091
2091
  "accounts[].ervDevices[].name",
2092
2092
  "accounts[].ervDevices[].refreshInterval"
2093
2093
  ],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.0.0-beta.228",
4
+ "version": "4.0.0-beta.229",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",