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

View File

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