homebridge-melcloud-control 4.3.9-beta.2 → 4.3.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.
@@ -433,12 +433,8 @@
433
433
  updateInfo('info', `Prepare config error ${JSON.stringify(error)}`, 'red');
434
434
  document.getElementById('logIn').className = "btn btn-secondary";
435
435
  } finally {
436
- document.getElementById('logIn').className = "btn btn-secondary";
437
- requestAnimationFrame(() => {
438
- requestAnimationFrame(() => {
439
- homebridge.hideSpinner();
440
- });
441
- });
436
+ //document.getElementById('logIn').className = "btn btn-secondary";
437
+ homebridge.hideSpinner();
442
438
  }
443
439
  });
444
440
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.3.9-beta.2",
4
+ "version": "4.3.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",