homebridge-melcloud-control 4.0.0-beta.79 → 4.0.0-beta.80
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.
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
|
|
270
270
|
} catch (error) {
|
|
271
271
|
updateInfo('info', 'Check Your credentials data and try again.', 'yellow');
|
|
272
|
-
updateInfo('info1', `Error: ${error}`, 'red');
|
|
272
|
+
updateInfo('info1', `Error: ${JSON.stringify(error)}`, 'red');
|
|
273
273
|
document.getElementById('logIn').className = "btn btn-secondary";
|
|
274
274
|
} finally {
|
|
275
275
|
homebridge.hideSpinner();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"displayName": "MELCloud Control",
|
|
3
3
|
"name": "homebridge-melcloud-control",
|
|
4
|
-
"version": "4.0.0-beta.
|
|
4
|
+
"version": "4.0.0-beta.80",
|
|
5
5
|
"description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"author": "grzegorz914",
|