UNPKG

node-red-opcua-x

Version:

<img src="images/node-red-logo.png" alt="drawing" style="height:200px;"/> <!-- <img src="icons/opcua-logo.png" alt="drawing" style="height:200px;"/> -->

18 lines (16 loc) 413 B
<script type="text/javascript"> RED.nodes.registerType('opcua-server', { category: 'opcuax', color: '#a6bbcf', defaults: { }, inputs: 0, outputs: 1, icon: "opcua-logo.png", label: function () { return this.name || "opcua-server"; } }); </script> <script type="text/html" data-template-name="opcua-server"> </script>