2 Commits

Author SHA1 Message Date
7d0d52a0fd monster repo changed 2025-10-10 10:13:34 +02:00
48821b95db Remove stale submodule entry nodes/heatExchanger 2025-10-10 10:04:16 +02:00
16 changed files with 290 additions and 34 deletions

5
.gitmodules vendored
View File

@@ -16,7 +16,7 @@
url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git url = https://gitea.centraal.wbd-rd.nl/RnD/rotatingMachine.git
[submodule "nodes/monster"] [submodule "nodes/monster"]
path = nodes/monster path = nodes/monster
url = https://gitea.centraal.wbd-rd.nl/RnD/monster.git url = https://gitea.centraal.wbd-rd.nl/sjoerdfijnje/monster.git
[submodule "nodes/measurement"] [submodule "nodes/measurement"]
path = nodes/measurement path = nodes/measurement
url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git url = https://gitea.centraal.wbd-rd.nl/RnD/measurement.git
@@ -29,6 +29,3 @@
[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

Binary file not shown.

BIN
EVOLV-1.0.41.tgz Normal file

Binary file not shown.

View File

@@ -2,8 +2,7 @@
## Over ## Over
Dit bouwblok is ontwikkeld door het R&D-team van Waterschap Brabantse Delta voor gebruik in Node-RED. 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**.
> *[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]*

287
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "EVOLV", "name": "EVOLV",
"version": "1.0.20", "version": "1.0.41",
"description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.", "description": "Modular Node-RED package containing all control and automation nodes developed under the EVOLV project.",
"keywords": [ "keywords": [
"node-red", "node-red",
@@ -18,17 +18,15 @@
"reactor": "nodes/reactor/reactor.js", "reactor": "nodes/reactor/reactor.js",
"rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.js",
"valve": "nodes/valve/valve.js", "valve": "nodes/valve/valve.js",
"valveGroupControl": "nodes/valveGroupControl/vgc.js", "valveGroupControl": "nodes/valveGroupControl/vgc.js"
"pumpingstation": "nodes/pumpingStation/pumpingStation.js"
} }
}, },
"author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels, pieter van der wilt", "author": "Rene De Ren, Pim Moerman, Janneke Tack, Sjoerd Fijnje, Dieke Gabriels",
"license": "SEE LICENSE", "license": "SEE LICENSE",
"dependencies": { "dependencies": {
"@tensorflow/tfjs": "^4.22.0", "@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-node": "^4.22.0", "@tensorflow/tfjs-node": "^4.22.0",
"generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git#dev-Rene", "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git",
"mathjs": "^13.2.0" "mathjs": "^13.2.0"
} }
} }