homebridge-melcloud-control 4.1.2-beta.22 → 4.1.2-beta.24
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
CHANGED
|
@@ -453,7 +453,8 @@
|
|
|
453
453
|
"properties": {
|
|
454
454
|
"id": {
|
|
455
455
|
"title": "ID",
|
|
456
|
-
"type": "string"
|
|
456
|
+
"type": "string",
|
|
457
|
+
"default": "0"
|
|
457
458
|
},
|
|
458
459
|
"displayType": {
|
|
459
460
|
"title": "Display Type",
|
|
@@ -504,7 +505,7 @@
|
|
|
504
505
|
"name": {
|
|
505
506
|
"title": "Name",
|
|
506
507
|
"type": "string",
|
|
507
|
-
"
|
|
508
|
+
"default": "Preset",
|
|
508
509
|
"description": "Your own name displayed in Homebridge/HomeKit app.",
|
|
509
510
|
"condition": {
|
|
510
511
|
"functionBody": "return model.accounts[arrayIndices[0]].ataDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
|
|
@@ -1068,7 +1069,8 @@
|
|
|
1068
1069
|
"properties": {
|
|
1069
1070
|
"id": {
|
|
1070
1071
|
"title": "ID",
|
|
1071
|
-
"type": "string"
|
|
1072
|
+
"type": "string",
|
|
1073
|
+
"default": "0"
|
|
1072
1074
|
},
|
|
1073
1075
|
"displayType": {
|
|
1074
1076
|
"title": "Display Type",
|
|
@@ -1119,7 +1121,7 @@
|
|
|
1119
1121
|
"name": {
|
|
1120
1122
|
"title": "Name",
|
|
1121
1123
|
"type": "string",
|
|
1122
|
-
"
|
|
1124
|
+
"default": "Preset",
|
|
1123
1125
|
"description": "Your own name displayed in Homebridge/HomeKit app.",
|
|
1124
1126
|
"condition": {
|
|
1125
1127
|
"functionBody": "return model.accounts[arrayIndices[0]].atwDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
|
|
@@ -1462,6 +1464,7 @@
|
|
|
1462
1464
|
"id": {
|
|
1463
1465
|
"title": "ID",
|
|
1464
1466
|
"type": "string",
|
|
1467
|
+
"default": "0",
|
|
1465
1468
|
"readonly": true
|
|
1466
1469
|
},
|
|
1467
1470
|
"displayType": {
|
|
@@ -1516,7 +1519,7 @@
|
|
|
1516
1519
|
"name": {
|
|
1517
1520
|
"title": "Name",
|
|
1518
1521
|
"type": "string",
|
|
1519
|
-
"
|
|
1522
|
+
"default": "Preset",
|
|
1520
1523
|
"description": "Your own name displayed in Homebridge/HomeKit app.",
|
|
1521
1524
|
"condition": {
|
|
1522
1525
|
"functionBody": "return model.accounts[arrayIndices[0]].ervDevices[arrayIndices[1]].presets[arrayIndices[2]].displayType > 0;"
|
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.
|
|
4
|
+
"version": "4.1.2-beta.24",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|