We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb219e6 commit 2c23f75Copy full SHA for 2c23f75
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iobroker.javascript",
3
- "version": "9.1.1",
+ "version": "9.1.2",
4
"description": "Rules Engine for ioBroker",
5
"author": "bluefox <dogafox@gmail.com>",
6
"contributors": [
src/main.ts
@@ -1561,7 +1561,7 @@ class JavaScript extends Adapter {
1561
}
1562
1563
1564
- this.log.debug(`config.subscribe (Do not subscribe all states on start): ${this.config.subscribe}`);
+ this.log.debug(`config.subscribe (Do not subscribe XXX all states on start): ${this.config.subscribe}`);
1565
this.log.debug(`_FB_: Just testing`);
1566
1567
// correct jsonConfig for admin
0 commit comments