homebridge-melcloud-control 4.1.2-beta.48 → 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
|
|
@@ -155,8 +158,6 @@
|
|
|
155
158
|
formElements.language.value = account.language || '0';
|
|
156
159
|
formElements.accountType.value = account.type || 'disabled';
|
|
157
160
|
formElements.logIn.disabled = !(account.name && account.user && account.passwd && account.language && account.type);
|
|
158
|
-
|
|
159
|
-
|
|
160
161
|
});
|
|
161
162
|
});
|
|
162
163
|
|
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",
|