homebridge-melcloud-control 4.1.2-beta.39 → 4.1.2-beta.40

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.
@@ -2228,6 +2228,7 @@
2228
2228
  "expanded": false,
2229
2229
  "items": [
2230
2230
  {
2231
+ "key": "accounts[].ataDevices[]",
2231
2232
  "type": "tabarray",
2232
2233
  "title": "{{ value.name }}",
2233
2234
  "items": [
@@ -2252,7 +2253,7 @@
2252
2253
  "title": "Custom",
2253
2254
  "items": [
2254
2255
  {
2255
- "key": "accounts[].ataDevices[].buttonsSensors[]",
2256
+ "key": "accounts[].ataDevices[].buttonsSensors",
2256
2257
  "type": "tabarray",
2257
2258
  "title": "{{ value.name }}",
2258
2259
  "items": [
@@ -2374,6 +2375,7 @@
2374
2375
  "expanded": false,
2375
2376
  "items": [
2376
2377
  {
2378
+ "key": "accounts[].atwDevices[]",
2377
2379
  "type": "tabarray",
2378
2380
  "title": "{{ value.name }}",
2379
2381
  "items": [
@@ -2522,6 +2524,7 @@
2522
2524
  "expanded": false,
2523
2525
  "items": [
2524
2526
  {
2527
+ "key": "accounts[].ervDevices[]",
2525
2528
  "type": "tabarray",
2526
2529
  "title": "{{ value.name }}",
2527
2530
  "items": [
@@ -2543,7 +2546,7 @@
2543
2546
  "title": "Custom",
2544
2547
  "items": [
2545
2548
  {
2546
- "key": "accounts[].ervDevices[].buttonsSensors[]",
2549
+ "key": "accounts[].ervDevices[].buttonsSensors",
2547
2550
  "type": "tabarray",
2548
2551
  "title": "{{ value.name || 'button/sensor' }}",
2549
2552
  "items": [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.1.2-beta.39",
4
+ "version": "4.1.2-beta.40",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",