homebridge-melcloud-control 4.6.1-beta.12 → 4.6.1-beta.13
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 +1 -2
- package/package.json +1 -1
package/config.schema.json
CHANGED
|
@@ -2366,7 +2366,6 @@
|
|
|
2366
2366
|
"title": "{{ value.title }}",
|
|
2367
2367
|
"items": [
|
|
2368
2368
|
{
|
|
2369
|
-
"key": "accounts[].ataDevices[]",
|
|
2370
2369
|
"title": "Air Conditioner",
|
|
2371
2370
|
"items": [
|
|
2372
2371
|
{
|
|
@@ -2375,7 +2374,7 @@
|
|
|
2375
2374
|
"title": "{{ value.name || 'Air Conditioner' }}",
|
|
2376
2375
|
"items": [
|
|
2377
2376
|
{
|
|
2378
|
-
"key": "accounts[].ataDevices",
|
|
2377
|
+
"key": "accounts[].ataDevices[]",
|
|
2379
2378
|
"items": [
|
|
2380
2379
|
{
|
|
2381
2380
|
"key": "accounts[].ataDevices[].id",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.6.1-beta.
|
|
4
|
+
"version": "4.6.1-beta.13",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|