UNPKG

node-red-contrib-msl

Version:

A node-red module to simplify the access of msl4 channel data.

31 lines (30 loc) 766 B
{ "name": "node-red-contrib-msl", "version": "1.0.43", "description": "A node-red module to simplify the access of msl4 channel data.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=12.0.0" }, "bugs": { "email": "tschaffert@fw-systeme.de" }, "keywords": ["node-red", "msl4", "energy-management"], "author": "Tim Schaffert", "license": "ISC", "node-red": { "version": ">=1.3.5", "nodes": { "msl-device-config": "config/msl-device-config.js", "msl-channel-config": "config/msl-channel-config.js", "msl4-in": "msl4-channel/msl4-in.js", "msl4-out": "msl4-channel/msl4-out.js" } }, "dependencies": { "axios": "*" } }