node-red-contrib-omron-fins
Version:
OMRON FINS Ethernet protocol functions 'Read' and 'write' for communicating with OMRON PLCs from node-red
34 lines (33 loc) • 937 B
JSON
{
"name": "node-red-contrib-omron-fins",
"version": "0.5.0",
"author": {
"name": "Steve-Mcl",
"email": "44235289+Steve-Mcl@users.noreply.github.com"
},
"description": "OMRON FINS Ethernet protocol functions 'Read' and 'write' for communicating with OMRON PLCs from node-red",
"keywords": [
"node-red",
"OMRON",
"FINS",
"PLC"
],
"node-red": {
"nodes": {
"omronRead": "nodes/read.js",
"omronReadMultiple": "nodes/readMultiple.js",
"omronWrite": "nodes/write.js",
"omronFile": "nodes/fill.js",
"omronTransfer": "nodes/transfer.js",
"omronConnection": "nodes/connection.js",
"omronControl": "nodes/control.js"
}
},
"license": "MIT",
"dependencies": {
"omron-fins": "0.5.0"
},
"devDependencies": {
"eslint": "^7.29.0"
}
}