@parallaxcontrol/node-red-control
Version:
A comprehensive package of Node-RED nodes designed to seamlessly integrate with the Parallax Control Engine, offering enhanced control capabilities for AV Automation.
58 lines (57 loc) • 2.28 kB
JSON
{
"name": "@parallaxcontrol/node-red-control",
"version": "1.0.72",
"description": "A comprehensive package of Node-RED nodes designed to seamlessly integrate with the Parallax Control Engine, offering enhanced control capabilities for AV Automation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bruceb85/parallaxcontrol-nodes.git"
},
"keywords": [
"parallaxcontrol",
"node-red",
"audiovisual",
"av"
],
"publishConfig": {
"access": "public"
},
"author": "Parallax AV Design Inc.",
"license": "ISC",
"bugs": {
"url": "https://github.com/bruceb85/parallaxcontrol-nodes/issues"
},
"homepage": "https://github.com/bruceb85/parallaxcontrol-nodes#readme",
"dependencies": {
"node-red-contrib-aedes": "*"
},
"node-red": {
"version": ">=3.1.0",
"nodes": {
"and-gate": "and-gate/and-gate.js",
"compare-string-text": "compare-string-text/compare-string-text.js",
"input-select": "input-select/input-select.js",
"inverter-gate": "inverter-gate/inverter-gate.js",
"or-gate": "or-gate/or-gate.js",
"set-reset-latch": "set-reset-latch/set-reset-latch.js",
"send-single-dictionary": "send-single-dictionary/send-single-dictionary.js",
"set-feedback": "set-feedback/set-feedback.js",
"clear-signal-state": "clear-signal-state/clear-signal-state.js",
"recall-signal-state": "recall-signal-state/recall-signal-state.js",
"save-signal-state": "save-signal-state/save-signal-state.js",
"bool-toggle": "bool-toggle/bool-toggle.js",
"extract-message-data": "extract-message-data/extract-message-data.js",
"system-management": "system-management/system-management.js",
"message-array": "message-array/message-array.js",
"cm4-pro-relay": "cm4-pro-relay/cm4-pro-relay.js",
"cm4-pro-digital-input": "cm4-pro-digital-input/cm4-pro-digital-input.js",
"biamp-tesira-connect": "biamp-tesira/biamp-tesira-connect.js",
"biamp-tesira-command": "biamp-tesira/biamp-tesira-command.js",
"av-pro-ac-cx42": "avproedge/av-pro-ac-cx42.js",
"av-pro-ac-cx62": "avproedge/av-pro-ac-cx62.js"
}
}
}