homebridge-melcloud-control 3.9.0 → 3.9.1
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.
|
@@ -119,11 +119,8 @@
|
|
|
119
119
|
document.getElementById('user').value = acc.user || '';
|
|
120
120
|
document.getElementById('passwd').value = acc.passwd || '';
|
|
121
121
|
document.getElementById('language').value = acc.language || '';
|
|
122
|
-
|
|
123
122
|
document.getElementById('logIn').disabled = !(acc.name && acc.user && acc.passwd && acc.language);
|
|
124
|
-
|
|
125
123
|
this.deviceIndex = i;
|
|
126
|
-
await homebridge.updatePluginConfig(pluginConfig);
|
|
127
124
|
});
|
|
128
125
|
|
|
129
126
|
if (i === accountsCount - 1) document.getElementById(`button0`).click();
|
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.
|
|
4
|
+
"version": "3.9.1",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|