homebridge-melcloud-control 3.10.0-beta.19 → 3.10.0-beta.20
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 +3 -1
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -1592,7 +1592,7 @@
|
|
|
1592
1592
|
}
|
|
1593
1593
|
},
|
|
1594
1594
|
"required": [
|
|
1595
|
-
"
|
|
1595
|
+
"displayType"
|
|
1596
1596
|
]
|
|
1597
1597
|
}
|
|
1598
1598
|
}
|
|
@@ -2034,6 +2034,8 @@
|
|
|
2034
2034
|
"key": "accounts[].ervDevices[]",
|
|
2035
2035
|
"title": "Temperature Sensors",
|
|
2036
2036
|
"type": "section",
|
|
2037
|
+
"expandable": true,
|
|
2038
|
+
"expanded": false,
|
|
2037
2039
|
"items": [
|
|
2038
2040
|
"accounts[].ervDevices[].temperatureSensor",
|
|
2039
2041
|
"accounts[].ervDevices[].temperatureSensorOutdoor",
|
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.20",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|