goliatone / node-red-contrib-bacnet

Node-RED contrib node to support BACnet systems
MIT License
11 stars 11 forks source link

Nodes should have 1 input and 2 outputs #1

Closed goliatone closed 6 years ago

goliatone commented 7 years ago

Read/write nodes should have 1 input to trigger action, and two outputs (one for debug)

this.on('input', (msg)=>{

});
dopry commented 6 years ago

@goliatone, can you clarify what you're looking for here? What messages should be passed to output1 and output2? Generally, when debugging you can connect a single output to multiple downstream nodes. ie) You can connect a single output to both a debug node and the next step in your pipeline.

goliatone commented 6 years ago

👍