merge upstream

This commit is contained in:
2025-11-06 07:04:02 +00:00
15 changed files with 22 additions and 11 deletions

6
.gitmodules vendored
View File

@@ -29,3 +29,9 @@
[submodule "nodes/reactor"]
path = nodes/reactor
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
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]*

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",
"measurement": "nodes/measurement/measurement.js",
"monster": "nodes/monster/monster.js",
"pumpingstation": "nodes/pumpingStation/pumpingStation.js",
"reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"settler": "nodes/settler/settler.js",
"valve": "nodes/valve/valve.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",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",