node-red-contrib-dnp
Version:
The DNP/DNP3 toolbox package for Node-RED.
13 lines (12 loc) • 749 B
HTML
<!--
The BSD 3-Clause License
Copyright (c) 2017 - Klaus Landsdorf (http://bianco-royal.de/)
All rights reserved.
node-red-contrib-dnp
--> <script type='text/javascript'>
RED.nodes.registerType("DNP-Client",{category:"config",defaults:{name:{value:""}},label:function(){return this.name||"DNP Client"}})
</script> <script type='text/x-red' data-template-name='DNP-Client'>
<div class='form-row'> <label for='node-config-input-name'><i class='icon-tag'></i> <span
data-i18n='node-red:common.label.name'></span></label> <input type='text' id='node-config-input-name' placeholder=''>
</div> </script> <script type='text/x-red' data-help-name='DNP-Client'>
<h2>DNP Client node</h2> <p>!!! NOT READY TO USE - UNDER DEVELOPMENT !!!</p> </script>