homebridge-melcloud-control 4.0.0-beta.224 → 4.0.0-beta.225
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 +0 -4
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1952,7 +1952,6 @@
|
|
|
1952
1952
|
"items": [
|
|
1953
1953
|
"accounts[].atwDevices[].displayType",
|
|
1954
1954
|
{
|
|
1955
|
-
"key": "accounts[].atwDevices[]",
|
|
1956
1955
|
"type": "section",
|
|
1957
1956
|
"title": "Settings",
|
|
1958
1957
|
"expandable": true,
|
|
@@ -1979,7 +1978,6 @@
|
|
|
1979
1978
|
}
|
|
1980
1979
|
},
|
|
1981
1980
|
{
|
|
1982
|
-
"key": "accounts[].atwDevices[]",
|
|
1983
1981
|
"title": "Temperature Sensors",
|
|
1984
1982
|
"type": "section",
|
|
1985
1983
|
"expandable": true,
|
|
@@ -2000,7 +1998,6 @@
|
|
|
2000
1998
|
}
|
|
2001
1999
|
},
|
|
2002
2000
|
{
|
|
2003
|
-
"key": "accounts[].atwDevices[].presets",
|
|
2004
2001
|
"title": "Presets",
|
|
2005
2002
|
"type": "section",
|
|
2006
2003
|
"expandable": true,
|
|
@@ -2026,7 +2023,6 @@
|
|
|
2026
2023
|
}
|
|
2027
2024
|
},
|
|
2028
2025
|
{
|
|
2029
|
-
"key": "accounts[].atwDevices[].buttonsSensors",
|
|
2030
2026
|
"title": "Buttons / Sensors",
|
|
2031
2027
|
"type": "section",
|
|
2032
2028
|
"expandable": true,
|
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.
|
|
4
|
+
"version": "4.0.0-beta.225",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|