Compare commits

...

2 Commits

Author SHA1 Message Date
znetsixe
cf10e20404 S88 updates and icon 2025-10-14 14:08:12 +02:00
znetsixe
05293988bb update package 2025-10-06 16:18:46 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -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() {

View File

@@ -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": {