@totallyinformation/node-red-contrib-events
Version:
Event broadcast and receive nodes for Node-RED.
13 lines (12 loc) • 546 B
HTML
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name">
</div>
<div class="form-row">
<label for="node-input-topic"><i class="fa fa-tasks"></i> Topic</label>
<input type="text" id="node-input-topic">
</div>
<div class="form-row">
<input type="checkbox" id="node-input-passthrough" style="display:inline-block; width:15px; vertical-align:baseline;">
<label for="node-input-passthrough" style="width: 90%;">Pass input msg to output?</label>
</div>