UNPKG

node-red-contrib-uhppoted

Version:

A set of nodes for the UHPPOTE Wiegand Access Controller

28 lines (27 loc) 789 B
<script type="text/javascript"> RED.nodes.registerType('uhppoted-get-card', { category: 'uhppoted', color: '#A6BBCF', defaults: { name: { value: '' }, topic: { value: '' }, config: { value: '', type: 'uhppoted-config' }, }, inputs: 1, outputs: 1, icon: 'icons/uhppoted.svg', label: function() { return this.name || 'get-card'; }, paletteLabel: 'get-card', inputLabels: function(index) { return this._('uhppoted-get-card.inputLabel') }, outputLabels: function(index) { return this._('uhppoted-get-card.outputLabel') } }); </script>