homebridge-melcloud-control 4.1.2-beta.35 → 4.1.2-beta.37

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,7 +2228,6 @@
2228
2228
  "expanded": false,
2229
2229
  "items": [
2230
2230
  {
2231
- "key": "accounts[].ataDevices[]",
2232
2231
  "type": "tabarray",
2233
2232
  "title": "{{ value.name }}",
2234
2233
  "items": [
@@ -2255,7 +2254,7 @@
2255
2254
  {
2256
2255
  "key": "accounts[].ataDevices[].buttonsSensors",
2257
2256
  "type": "tabarray",
2258
- "title": "{{ value.name || 'button/sensor' }}",
2257
+ "title": "{{ value.name }}",
2259
2258
  "items": [
2260
2259
  "accounts[].ataDevices[].buttonsSensors[].displayType",
2261
2260
  "accounts[].ataDevices[].buttonsSensors[].mode",
@@ -2375,7 +2374,6 @@
2375
2374
  "expanded": false,
2376
2375
  "items": [
2377
2376
  {
2378
- "key": "accounts[].atwDevices[]",
2379
2377
  "type": "tabarray",
2380
2378
  "title": "{{ value.name }}",
2381
2379
  "items": [
@@ -2405,7 +2403,7 @@
2405
2403
  {
2406
2404
  "key": "accounts[].atwDevices[].buttonsSensors",
2407
2405
  "type": "tabarray",
2408
- "title": "{{ value.name || 'button/sensor' }}",
2406
+ "title": "{{ value.name }}",
2409
2407
  "items": [
2410
2408
  "accounts[].atwDevices[].buttonsSensors[].displayType",
2411
2409
  "accounts[].atwDevices[].buttonsSensors[].mode",
@@ -2524,7 +2522,6 @@
2524
2522
  "expanded": false,
2525
2523
  "items": [
2526
2524
  {
2527
- "key": "accounts[].atwDevices[]",
2528
2525
  "type": "tabarray",
2529
2526
  "title": "{{ value.name }}",
2530
2527
  "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.35",
4
+ "version": "4.1.2-beta.37",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",