homebridge-lgwebos-tv 4.3.1 → 4.3.2

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": "LG webOS TV",
3
3
  "name": "homebridge-lgwebos-tv",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "description": "Homebridge plugin to control LG webOS TV.",
6
6
  "license": "MIT",
7
7
  "author": "grzegorz914",
@@ -383,7 +383,7 @@ class LgWebOsSocket extends EventEmitter {
383
383
  break;
384
384
  }
385
385
  case 'error':
386
- if (this.logError) this.emit('error', `Register to TV error: ${stringifyMessage}, trying new pairing method`);
386
+ if (this.logDebug) this.emit('debug', `Register to TV error: ${stringifyMessage}, trying new pairing method`);
387
387
  await new Promise(resolve => setTimeout(resolve, 5000));
388
388
  await this.registerToTv(PairingNew);
389
389
  break;