UNPKG

@frangoteam/fuxa

Version:

Web-based Process Visualization (SCADA/HMI/Dashboard) software

41 lines 1.49 kB
{ "name": "node-red-contrib-fuxa", "version": "1.0.0", "description": "Node-RED nodes for FUXA SCADA integration", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "node-red", "fuxa", "scada", "hmi" ], "author": "MatthewReed303", "license": "MIT", "node-red": { "nodes": { "get tag": "nodes/fuxa-get-tag.js", "set tag": "nodes/fuxa-set-tag.js", "get tag change": "nodes/fuxa-get-tag-change.js", "get daq": "nodes/fuxa-get-daq.js", "get historical tags": "nodes/fuxa-get-historical-tags.js", "execute script": "nodes/fuxa-execute-script.js", "send message": "nodes/fuxa-send-message.js", "set view": "nodes/fuxa-set-view.js", "open card": "nodes/fuxa-open-card.js", "get alarms": "nodes/fuxa-get-alarms.js", "get history alarms": "nodes/fuxa-get-history-alarms.js", "ack alarm": "nodes/fuxa-ack-alarm.js", "get tag id": "nodes/fuxa-get-tag-id.js", "get tag daq settings": "nodes/fuxa-get-tag-daq-settings.js", "set tag daq settings": "nodes/fuxa-set-tag-daq-settings.js", "enable device": "nodes/fuxa-enable-device.js", "get device property": "nodes/fuxa-get-device-property.js", "set device property": "nodes/fuxa-set-device-property.js", "get device": "nodes/fuxa-get-device.js", "emit event": "nodes/fuxa-emit-event.js" } } }