This commit is contained in:
Woutverheijen
2025-11-06 09:05:13 +01:00
6 changed files with 13 additions and 2 deletions

6
.gitmodules vendored
View File

@@ -29,3 +29,9 @@
[submodule "nodes/reactor"] [submodule "nodes/reactor"]
path = nodes/reactor path = nodes/reactor
url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git url = https://gitea.centraal.wbd-rd.nl/RnD/reactor.git
[submodule "nodes/pumpingStation"]
path = nodes/pumpingStation
url = https://gitea.centraal.wbd-rd.nl/RnD/pumpingStation
[submodule "nodes/settler"]
path = nodes/settler
url = https://gitea.centraal.wbd-rd.nl/RnD/settler.git

Binary file not shown.

View File

@@ -2,7 +2,8 @@
## Over ## Over
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED. Het is bedoeld voor hergebruik binnen **niet-commerciële toepassingen**. Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED.
> *[Voeg hier een korte toelichting toe over de specifieke functionele werking van dit bouwblok]* > *[Voeg hier een korte toelichting toe over de specifieke functionele werking van dit bouwblok]*

1
nodes/pumpingStation Submodule

Submodule nodes/pumpingStation added at 6e9ae9fc7e

1
nodes/settler Submodule

Submodule nodes/settler added at efb99df107

View File

@@ -15,13 +15,15 @@
"machineGroupControl": "nodes/machineGroupControl/mgc.js", "machineGroupControl": "nodes/machineGroupControl/mgc.js",
"measurement": "nodes/measurement/measurement.js", "measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js", "monster": "nodes/monster/monster.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
"reactor": "nodes/reactor/reactor.js", "reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"settler": "nodes/settler/settler.js",
"valve": "nodes/valve/valve.js", "valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js" "valveGroupControl": "nodes/valveGroupControl/vgc.js"
} }
}, },
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels", "author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt",
"license": "SEE LICENSE", "license": "SEE LICENSE",
"dependencies": { "dependencies": {
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions",