homebridge-melcloud-control 4.1.2-beta.27 → 4.1.2-beta.29

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.
@@ -234,7 +234,7 @@
234
234
  "type": "object",
235
235
  "properties": {
236
236
  "id": {
237
- "title": "ID",
237
+ "title": "Id",
238
238
  "type": "string",
239
239
  "default": "0"
240
240
  },
@@ -452,7 +452,7 @@
452
452
  "type": "object",
453
453
  "properties": {
454
454
  "id": {
455
- "title": "ID",
455
+ "title": "Id",
456
456
  "type": "string",
457
457
  "default": "0"
458
458
  },
@@ -840,7 +840,7 @@
840
840
  "type": "object",
841
841
  "properties": {
842
842
  "id": {
843
- "title": "ID",
843
+ "title": "Id",
844
844
  "type": "string",
845
845
  "default": "0"
846
846
  },
@@ -1068,7 +1068,7 @@
1068
1068
  "type": "object",
1069
1069
  "properties": {
1070
1070
  "id": {
1071
- "title": "ID",
1071
+ "title": "Id",
1072
1072
  "type": "string",
1073
1073
  "default": "0"
1074
1074
  },
@@ -1376,7 +1376,7 @@
1376
1376
  "type": "object",
1377
1377
  "properties": {
1378
1378
  "id": {
1379
- "title": "ID",
1379
+ "title": "Id",
1380
1380
  "type": "string",
1381
1381
  "default": "0"
1382
1382
  },
@@ -1462,7 +1462,7 @@
1462
1462
  "type": "object",
1463
1463
  "properties": {
1464
1464
  "id": {
1465
- "title": "ID",
1465
+ "title": "Id",
1466
1466
  "type": "string",
1467
1467
  "default": "0",
1468
1468
  "readonly": true
@@ -1805,10 +1805,10 @@
1805
1805
  }
1806
1806
  },
1807
1807
  "clientId": {
1808
- "title": "Client ID",
1808
+ "title": "Client Id",
1809
1809
  "type": "string",
1810
1810
  "placeholder": "client id",
1811
- "description": "Here optional set the Client ID of MQTT Broker.",
1811
+ "description": "Here optional set the Client Id of MQTT Broker.",
1812
1812
  "condition": {
1813
1813
  "functionBody": "return model.accounts[arrayIndices].mqtt.enable === true"
1814
1814
  }
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.27",
4
+ "version": "4.1.2-beta.29",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",