homebridge-melcloud-control 3.10.0-beta.23 → 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.
|
@@ -11,12 +11,12 @@
|
|
|
11
11
|
|
|
12
12
|
<body>
|
|
13
13
|
|
|
14
|
-
<div class="container mt-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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, "
|
|
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.
|
|
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",
|