Define delayedInit in constructor
This commit is contained in:
parent
126c393cee
commit
8fda4a8d61
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ class PlejdService extends EventEmitter {
|
|||
this.writeQueueWaitTime = writeQueueWaitTime;
|
||||
this.writeQueue = [];
|
||||
this.writeQueueRef = null;
|
||||
this.delayedInit = null;
|
||||
|
||||
this.maxQueueLengthTarget = MAX_WRITEQUEUE_LENGTH_TARGET || this.devices.length || 5;
|
||||
logger('Max global transition queue length target', this.maxQueueLengthTarget)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue