UNPKG

node-red-contrib-uhppoted

Version:

A set of nodes for the UHPPOTE Wiegand Access Controller

28 lines (27 loc) 845 B
<script type="text/javascript"> RED.nodes.registerType('uhppoted-clear-time-profiles', { 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 || 'clear-time-profiles'; }, paletteLabel: 'clear-time-profiles', inputLabels: function(index) { return this._('uhppoted-clear-time-profiles.inputLabel') }, outputLabels: function(index) { return this._('uhppoted-clear-time-profiles.outputLabel') } }); </script>