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