homebridge-melcloud-control 4.10.9-beta.2 → 4.10.9-beta.3
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.
|
@@ -458,9 +458,9 @@
|
|
|
458
458
|
updateInfo('info', 'Connection failed', 'red');
|
|
459
459
|
updateInfo('info1', msg, 'red');
|
|
460
460
|
} finally {
|
|
461
|
-
homebridge.removeEventListener?.('status', statusListener);
|
|
462
461
|
homebridge.hideSpinner();
|
|
463
462
|
$('logIn').disabled = false;
|
|
463
|
+
try { homebridge.removeEventListener?.('status', statusListener); } catch (_) {}
|
|
464
464
|
}
|
|
465
465
|
});
|
|
466
466
|
})();
|
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.3",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|