homebridge-melcloud-control 3.10.0-beta.22 → 3.10.0-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.
@@ -231,7 +231,7 @@
231
231
  "default": "Air Conditioner"
232
232
  },
233
233
  "displayMode": {
234
- "title": "Control",
234
+ "title": "Display Type",
235
235
  "type": "integer",
236
236
  "minimum": 0,
237
237
  "maximum": 2,
@@ -397,7 +397,7 @@
397
397
  "description": "Your own name displayed in Homebridge/HomeKit app."
398
398
  },
399
399
  "displayType": {
400
- "title": "Type",
400
+ "title": "Display Type",
401
401
  "type": "integer",
402
402
  "minimum": 0,
403
403
  "maximum": 5,
@@ -461,7 +461,7 @@
461
461
  "type": "object",
462
462
  "properties": {
463
463
  "displayType": {
464
- "title": "Type",
464
+ "title": "Display Type",
465
465
  "type": "integer",
466
466
  "minimum": 0,
467
467
  "maximum": 5,
@@ -785,7 +785,7 @@
785
785
  "default": "Heat Pump"
786
786
  },
787
787
  "displayMode": {
788
- "title": "Control",
788
+ "title": "Display Type",
789
789
  "type": "integer",
790
790
  "minimum": 0,
791
791
  "maximum": 2,
@@ -991,7 +991,7 @@
991
991
  "type": "integer"
992
992
  },
993
993
  "displayType": {
994
- "title": "Type",
994
+ "title": "Display Type",
995
995
  "type": "integer",
996
996
  "minimum": 0,
997
997
  "maximum": 5,
@@ -1061,7 +1061,7 @@
1061
1061
  "type": "object",
1062
1062
  "properties": {
1063
1063
  "displayType": {
1064
- "title": "Type",
1064
+ "title": "Display Type",
1065
1065
  "type": "integer",
1066
1066
  "minimum": 0,
1067
1067
  "maximum": 5,
@@ -1305,7 +1305,7 @@
1305
1305
  "default": "Ventilation"
1306
1306
  },
1307
1307
  "displayMode": {
1308
- "title": "Control",
1308
+ "title": "Display Type",
1309
1309
  "type": "integer",
1310
1310
  "minimum": 0,
1311
1311
  "maximum": 2,
@@ -1370,7 +1370,7 @@
1370
1370
  "readonly": true
1371
1371
  },
1372
1372
  "displayType": {
1373
- "title": "Type",
1373
+ "title": "Display Type",
1374
1374
  "type": "integer",
1375
1375
  "minimum": 0,
1376
1376
  "maximum": 5,
@@ -1440,7 +1440,7 @@
1440
1440
  "type": "object",
1441
1441
  "properties": {
1442
1442
  "displayType": {
1443
- "title": "Type",
1443
+ "title": "Display Type",
1444
1444
  "type": "integer",
1445
1445
  "minimum": 0,
1446
1446
  "maximum": 5,
@@ -11,12 +11,12 @@
11
11
 
12
12
  <body>
13
13
 
14
- <div class="container mt-4">
14
+ <div class="container mt-3">
15
15
  <div class="text-center">
16
16
  <img src="homebridge-melcloud-control.png" alt="Image" height="120" />
17
17
  </div>
18
18
 
19
- <div id="melCloudAccount" class="card card-body mt-3">
19
+ <div id="melCloudAccount" class="card card-body mt-2">
20
20
  <form id="configForm">
21
21
  <div class="text-center">
22
22
  <label id="accountName" class="fw-bold" style="font-size: 23px;">Account</label><br>
@@ -25,17 +25,17 @@
25
25
  <label id="info2" class="d-block" style="font-size: 12px;"></label>
26
26
  </div>
27
27
 
28
- <div class="mb-3">
28
+ <div class="mb-2">
29
29
  <label for="name" class="form-label">Name</label>
30
30
  <input id="name" type="text" class="form-control" required>
31
31
  </div>
32
32
 
33
- <div class="mb-3">
33
+ <div class="mb-2">
34
34
  <label for="user" class="form-label">User Name</label>
35
35
  <input id="user" type="text" class="form-control" required>
36
36
  </div>
37
37
 
38
- <div class="mb-3 position-relative">
38
+ <div class="mb-2 position-relative">
39
39
  <label for="passwd" class="form-label">Password</label>
40
40
  <div class="input-group">
41
41
  <input id="passwd" type="password" class="form-control" autocomplete="off" required>
@@ -45,7 +45,7 @@
45
45
  </div>
46
46
  </div>
47
47
 
48
- <div class="mb-3">
48
+ <div class="mb-2">
49
49
  <label for="language" class="form-label">Language</label>
50
50
  <select id="language" name="language" class="form-control">
51
51
  <option value="0">English</option>
@@ -83,7 +83,7 @@
83
83
  </form>
84
84
  </div>
85
85
 
86
- <div id="accountButton" class="mt-3"></div>
86
+ <div id="accountButton" class="mt-2"></div>
87
87
  </div>
88
88
 
89
89
  <script>
@@ -238,7 +238,7 @@
238
238
 
239
239
  handleDevices(devicesByType.ata, acc.ataDevices, "Air Conditioner", newDevices.ata, newDevices.ataPresets);
240
240
  handleDevices(devicesByType.atw, acc.atwDevices, "Heat Pump", newDevices.atw, newDevices.atwPresets);
241
- handleDevices(devicesByType.erv, acc.ervDevices, "ERV", newDevices.erv, newDevices.ervPresets);
241
+ handleDevices(devicesByType.erv, acc.ervDevices, "Energy Recovery ventiltion", newDevices.erv, newDevices.ervPresets);
242
242
 
243
243
  // Display summary
244
244
  const newDevicesCount = newDevices.ata.length + newDevices.atw.length + newDevices.erv.length;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "3.10.0-beta.22",
4
+ "version": "3.10.0-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",