homebridge-melcloud-control 4.1.2-beta.47 → 4.1.2-beta.49
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.
|
@@ -123,7 +123,10 @@
|
|
|
123
123
|
language: document.getElementById('language'),
|
|
124
124
|
accountType: document.getElementById('accountType'),
|
|
125
125
|
logIn: document.getElementById('logIn'),
|
|
126
|
-
accountName: document.getElementById('accountName')
|
|
126
|
+
accountName: document.getElementById('accountName'),
|
|
127
|
+
info: document.getElementById('info'),
|
|
128
|
+
info1: document.getElementById('info1'),
|
|
129
|
+
info2: document.getElementById('info2')
|
|
127
130
|
};
|
|
128
131
|
|
|
129
132
|
// Tworzenie przycisków
|
|
@@ -146,6 +149,9 @@
|
|
|
146
149
|
|
|
147
150
|
// Ustawiamy formularz
|
|
148
151
|
formElements.accountName.innerText = account.name || '';
|
|
152
|
+
formElements.info.innerText = '';
|
|
153
|
+
formElements.info1.innerText = '';
|
|
154
|
+
formElements.info2.innerText = '';
|
|
149
155
|
formElements.name.value = account.name || '';
|
|
150
156
|
formElements.user.value = account.user || '';
|
|
151
157
|
formElements.passwd.value = account.passwd || '';
|
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.49",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|