UNPKG

node-red-contrib-modbus-rtu-xhoobin

Version:

xhoobin Node to read values from a Modbus slave via RS485

26 lines (24 loc) 510 B
{ "name": "node-red-contrib-modbus-rtu-xhoobin", "version": "0.0.12", "description": "xhoobin Node to read values from a Modbus slave via RS485", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "main":"modbus-serial.js", "keywords": [ "node-red", "modbus", "serial", "rs485" ], "author": "xhoobin@gmail.com", "dependencies": { "modbus-serial": "^7.7.3" }, "node-red": { "nodes": { "modbus-serial": "modbus-serial.js" } } }