UNPKG

node-red-contrib-dnp

Version:

The DNP/DNP3 toolbox package for Node-RED.

3 lines (2 loc) 283 B
"use strict";module.exports=function(n){n.nodes.registerType("DNP-Read",function(e){n.nodes.createNode(this,e),this.name=e.name;var t=this;t.status({fill:"blue",shape:"ring",text:"not ready to use"}),t.on("input",function(e){t.send(e)})})}; //# sourceMappingURL=maps/dnp-read.js.map