UNPKG
node-red-contrib-dnp
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.5
0.0.4
0.0.1
The DNP/DNP3 toolbox package for Node-RED.
noderedplus.de
BiancoRoyal/node-red-contrib-dnp
node-red-contrib-dnp
/
dnp
/
dnp-write.js
3 lines
(2 loc)
•
285 B
JavaScript
View Raw
1
2
3
"use strict"
;
module
.
exports
=
function
(
n
){n.
nodes
.
registerType
(
"DNP-Write"
,
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-write.js.map