diff --git a/.gitmodules b/.gitmodules index 2ff5c2e..7bcf36a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/EVOLV-1.0.41.tgz b/EVOLV-1.0.41.tgz deleted file mode 100644 index 6f97a4a..0000000 Binary files a/EVOLV-1.0.41.tgz and /dev/null differ diff --git a/README.md b/README.md index a927489..62bf084 100644 --- a/README.md +++ b/README.md @@ -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]* diff --git a/nodes/pumpingStation b/nodes/pumpingStation new file mode 160000 index 0000000..6e9ae9f --- /dev/null +++ b/nodes/pumpingStation @@ -0,0 +1 @@ +Subproject commit 6e9ae9fc7eb45a1e1e6ee7027e2848d831f491dc diff --git a/nodes/settler b/nodes/settler new file mode 160000 index 0000000..efb99df --- /dev/null +++ b/nodes/settler @@ -0,0 +1 @@ +Subproject commit efb99df10790f8439d9cc533776d530226d036b3 diff --git a/package.json b/package.json index ce57449..39b4dae 100644 --- a/package.json +++ b/package.json @@ -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": { "generalFunctions": "git+https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions",