We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479e320 commit 7ee60b6Copy full SHA for 7ee60b6
1 file changed
src/main.ts
@@ -1562,6 +1562,7 @@ class JavaScript extends Adapter {
1562
}
1563
1564
this.log.debug(`config.subscribe (Do not subscribe all states on start): ${this.config.subscribe}`);
1565
+ this.log.debug(`_FB_: Just testing`);
1566
1567
// correct jsonConfig for admin
1568
const instObj: ioBroker.InstanceObject | null | undefined = await this.getForeignObjectAsync(
0 commit comments