homebridge-melcloud-control 3.9.0-beta.10 → 3.9.0-beta.11
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.
|
@@ -15,10 +15,6 @@
|
|
|
15
15
|
<img src="homebridge-melcloud-control.png" alt="Image" height="100" />
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
|
-
<div class="text-center mt-3">
|
|
19
|
-
<button type="button" class="btn btn-primary" id="configButton">⚙️ Config</button>
|
|
20
|
-
</div>
|
|
21
|
-
|
|
22
18
|
<!-- Tabs -->
|
|
23
19
|
<ul class="nav nav-tabs mt-3" id="accountTabs" role="tablist"></ul>
|
|
24
20
|
|
|
@@ -107,6 +103,7 @@
|
|
|
107
103
|
</div>
|
|
108
104
|
<button type="button" class="btn btn-secondary" id="logIn-${i}">Connect</button>
|
|
109
105
|
<button type="button" class="btn btn-danger ms-2" id="remove-${i}">❌ Remove Account</button>
|
|
106
|
+
<button type="button" class="btn btn-primary" id="configButton">⚙️ Config</button>
|
|
110
107
|
</form>`;
|
|
111
108
|
content.appendChild(pane);
|
|
112
109
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "3.9.0-beta.
|
|
4
|
+
"version": "3.9.0-beta.11",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|