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

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.
@@ -2138,7 +2138,7 @@
2138
2138
  {
2139
2139
  "key": "accounts[].ataDevices",
2140
2140
  "type": "tabarray",
2141
- "title": "{{ value.name }}",
2141
+ "title": "{{ value.title }}",
2142
2142
  "items": [
2143
2143
  {
2144
2144
  "key": "accounts[].ataDevices[]",
@@ -2255,7 +2255,7 @@
2255
2255
  {
2256
2256
  "key": "accounts[].ataDevices[].buttonsSensors",
2257
2257
  "type": "tabarray",
2258
- "title": "{{ value.name || 'button/sensor' }}",
2258
+ "title": "{{ value.name }}",
2259
2259
  "items": [
2260
2260
  "accounts[].ataDevices[].buttonsSensors[].displayType",
2261
2261
  "accounts[].ataDevices[].buttonsSensors[].mode",
@@ -2405,7 +2405,7 @@
2405
2405
  {
2406
2406
  "key": "accounts[].atwDevices[].buttonsSensors",
2407
2407
  "type": "tabarray",
2408
- "title": "{{ value.name || 'button/sensor' }}",
2408
+ "title": "{{ value.name }}",
2409
2409
  "items": [
2410
2410
  "accounts[].atwDevices[].buttonsSensors[].displayType",
2411
2411
  "accounts[].atwDevices[].buttonsSensors[].mode",
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.36",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",