From 05293988bb98667838bf4ab00c33466e374ce1f4 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Mon, 6 Oct 2025 16:18:46 +0200 Subject: [PATCH 1/3] update package --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9cbdc7a..5714188 100644 --- a/package.json +++ b/package.json @@ -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": { From cf10e20404575821b0a60d2ae5ae15f14b43b234 Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 14 Oct 2025 14:08:12 +0200 Subject: [PATCH 2/3] S88 updates and icon --- monster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monster.html b/monster.html index f2d30e8..eb3d9e0 100644 --- a/monster.html +++ b/monster.html @@ -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() { From 7e683792d49a4e226e565440dcf3678c01da1d1e Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Thu, 13 Nov 2025 19:38:35 +0100 Subject: [PATCH 3/3] removed deprecated statement --- monster.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monster.html b/monster.html index eb3d9e0..12d421f 100644 --- a/monster.html +++ b/monster.html @@ -1,5 +1,5 @@