Compare commits
2 Commits
ed2cf4c23d
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 681856104d | |||
| c0e4539b50 |
@@ -181,8 +181,8 @@ class nodeClass {
|
||||
*/
|
||||
_tick() {
|
||||
const raw = this.source.getOutput();
|
||||
const processMsg = this._output.formatMsg(raw, this.source.config, "process");
|
||||
const influxMsg = this._output.formatMsg(raw, this.source.config, "influxdb");
|
||||
const processMsg = this._output.formatMsg(raw, this.config, "process");
|
||||
const influxMsg = this._output.formatMsg(raw, this.config, "influxdb");
|
||||
|
||||
// Send only updated outputs on ports 0 & 1
|
||||
this.node.send([processMsg, influxMsg]);
|
||||
|
||||
Reference in New Issue
Block a user