homebridge-melcloud-control 4.1.2-beta.47 → 4.1.2-beta.48
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.
|
@@ -146,12 +146,17 @@
|
|
|
146
146
|
|
|
147
147
|
// Ustawiamy formularz
|
|
148
148
|
formElements.accountName.innerText = account.name || '';
|
|
149
|
+
formElements.info.innerText = '';
|
|
150
|
+
formElements.info1.innerText = '';
|
|
151
|
+
formElements.info2.innerText = '';
|
|
149
152
|
formElements.name.value = account.name || '';
|
|
150
153
|
formElements.user.value = account.user || '';
|
|
151
154
|
formElements.passwd.value = account.passwd || '';
|
|
152
155
|
formElements.language.value = account.language || '0';
|
|
153
156
|
formElements.accountType.value = account.type || 'disabled';
|
|
154
157
|
formElements.logIn.disabled = !(account.name && account.user && account.passwd && account.language && account.type);
|
|
158
|
+
|
|
159
|
+
|
|
155
160
|
});
|
|
156
161
|
});
|
|
157
162
|
|
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.48",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|