homebridge-melcloud-control 4.10.9-beta.3 → 4.10.9-beta.4
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.
|
@@ -451,8 +451,11 @@
|
|
|
451
451
|
if (removedScenesCount) removedParts.push(`Scenes: ${removedScenesCount}`);
|
|
452
452
|
if (removedParts.length) updateInfo('info1', `Removed old: ${removedParts.join('; ')}`, 'orange');
|
|
453
453
|
|
|
454
|
+
homebridge.hideSpinner();
|
|
455
|
+
$('logIn').disabled = false;
|
|
456
|
+
|
|
454
457
|
await homebridge.updatePluginConfig(pluginConfig);
|
|
455
|
-
await homebridge.savePluginConfig(
|
|
458
|
+
await homebridge.savePluginConfig();
|
|
456
459
|
} catch (error) {
|
|
457
460
|
const msg = error?.message || error?.error || String(error);
|
|
458
461
|
updateInfo('info', 'Connection failed', 'red');
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.10.9-beta.
|
|
4
|
+
"version": "4.10.9-beta.4",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|