UNPKG

smithtek-nodered

Version:

NodeRED node to post data on SmithTek using MQTT.

23 lines (22 loc) 468 B
{ "name": "smithtek-nodered", "version": "2.3.0", "description": "NodeRED node to post data on SmithTek using MQTT.", "node-red": { "nodes": { "smithtek_in": "smithtek/smithtek_in.js", "smithtek_out": "smithtek/smithtek_out.js", "smithtek_sequencer": "smithtek/smithtek_sequencer.js" } }, "license": "MIT", "keywords": [ "node-red", "smithtek", "iot", "mqtt" ], "dependencies": { "mqtt": "^1.12.0" } }