UNPKG

node-red-mpb10

Version:

Nodes para processamento MPB10

13 lines 329 B
<script type="text/javascript"> RED.nodes.registerType('mpb10-temp', { category: 'function', color: '#a6bbcf', defaults: { name: {value: ''} }, inputs: 1, outputs: 5, // 5 saídas icon: 'file.png', label: function() { return this.name || 'MPB10 Temperatura'; } }); </script>