homebridge-melcloud-control 4.2.5-beta.10 → 4.2.5-beta.11

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "displayName": "MELCloud Control",
3
3
  "name": "homebridge-melcloud-control",
4
- "version": "4.2.5-beta.10",
4
+ "version": "4.2.5-beta.11",
5
5
  "description": "Homebridge plugin to control Mitsubishi Air Conditioner, Heat Pump and Energy Recovery Ventilation.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -320,7 +320,7 @@ class MelCloud extends EventEmitter {
320
320
  return accountInfo;
321
321
  }
322
322
  await Promise.race([Promise.all([submitButton.click(), page.waitForNavigation({ waitUntil: ['domcontentloaded', 'networkidle2'], timeout: GLOBAL_TIMEOUT / 4 })]), new Promise(r => setTimeout(r, GLOBAL_TIMEOUT / 3))]);
323
- this.emit('warn', `Cookies: ${await browser.cookies()}`);
323
+ this.emit('warn', `Cookies: ${JSON.stringify(await browser.cookies())}`);
324
324
  // Extract cookies
325
325
  let c1 = null, c2 = null;
326
326
  const start = Date.now();