Compare commits
1 Commits
4b5ec33c1d
...
6ae622b6bf
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ae622b6bf |
@@ -227,8 +227,8 @@ class nodeClass {
|
||||
//this.source.tick();
|
||||
|
||||
const raw = this.source.getOutput();
|
||||
const processMsg = this._output.formatMsg(raw, this.config, 'process');
|
||||
const influxMsg = this._output.formatMsg(raw, this.config, 'influxdb');
|
||||
const processMsg = this._output.formatMsg(raw, this.source.config, 'process');
|
||||
const influxMsg = this._output.formatMsg(raw, this.source.config, 'influxdb');
|
||||
|
||||
// Send only updated outputs on ports 0 & 1
|
||||
this.node.send([processMsg, influxMsg]);
|
||||
|
||||
Reference in New Issue
Block a user