UNPKG

node-red-contrib-kbr-ebus

Version:

KBR Gmbh - nodes for accessing ebus devices

30 lines 1.06 kB
<script type="text/javascript"> RED.nodes.registerType('kbr-ebus-telex-detector',{ category: 'kbr', color: '#d43f3a', defaults: { name: {value:""}, topic: {value:""} }, inputs:1, outputs:1, icon: "inject.png", align: 'left', label: function() { return this.name||"KBR eBus telex detector"; }, }); </script> <script type="text/x-red" data-help-name="kbr-ebus-telex-detector"> <p>Detects eBus telexes from a byte stream buffer</p> </script> <script type="text/x-red" data-template-name="kbr-ebus-telex-detector"> <div class="form-row"> <label for="node-input-name"><i class="icon-tag"></i> Name</label> <input type="text" id="node-input-name" placeholder="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" placeholder="Topic"> </div> </script>