Compare commits
2 Commits
a061873537
...
cf10e20404
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cf10e20404 | ||
|
|
05293988bb |
@@ -32,7 +32,7 @@ RED.nodes.registerType('monster', {
|
||||
outputs: 4,
|
||||
inputLabels: ["Measurement Input"],
|
||||
outputLabels: ["process", "dbase", "upstreamParent", "downstreamParent"],
|
||||
icon: "font-awesome/fa-bath",
|
||||
icon: "font-awesome/fa-exchange",
|
||||
|
||||
// Define label function
|
||||
label: function() {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/brabantsedelta/typicals.git"
|
||||
"url": "https://gitea.centraal.wbd-rd.nl/RnD/monster.git"
|
||||
},
|
||||
"keywords": [
|
||||
"monster",
|
||||
@@ -17,8 +17,7 @@
|
||||
"author": "R. De Ren / S. Fijnje",
|
||||
"license": "SEE LICENSE",
|
||||
"dependencies": {
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
|
||||
"convert": "git+https://gitea.centraal.wbd-rd.nl/RnD/convert.git"
|
||||
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
|
||||
},
|
||||
"node-red": {
|
||||
"nodes": {
|
||||
|
||||
Reference in New Issue
Block a user