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/dashboardAPI b/nodes/dashboardAPI index b66e014..5f1dd76 160000 --- a/nodes/dashboardAPI +++ b/nodes/dashboardAPI @@ -1 +1 @@ -Subproject commit b66e014a4695c033498f6f10ac2960e67d97fcc0 +Subproject commit 5f1dd7675cb59583fdeafccde14055b5d37f9a6f diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 2fb73e6..48a227d 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 2fb73e671341bea610aaf7ea6303b60d1415432c +Subproject commit 48a227d51970b5c0b05a5597291fd288dbc4e75c diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl index a55c6bd..e052625 160000 --- a/nodes/machineGroupControl +++ b/nodes/machineGroupControl @@ -1 +1 @@ -Subproject commit a55c6bdbea3b1e0ce6e08f517686ad9b398d3d31 +Subproject commit e0526250c26b9cfe98287a159763c677c469035e diff --git a/nodes/measurement b/nodes/measurement index 496c568..756cc4b 160000 --- a/nodes/measurement +++ b/nodes/measurement @@ -1 +1 @@ -Subproject commit 496c5688bcbdcd5b652b03d9e3a012628309e76c +Subproject commit 756cc4bd2098c0b002df0791d1875ab10bdb091c diff --git a/nodes/monster b/nodes/monster index a061873..cf10e20 160000 --- a/nodes/monster +++ b/nodes/monster @@ -1 +1 @@ -Subproject commit a061873537a2ecb70b325b9f3bcd11288116cbc0 +Subproject commit cf10e20404575821b0a60d2ae5ae15f14b43b234 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/reactor b/nodes/reactor index 2a520be..7c8722b 160000 --- a/nodes/reactor +++ b/nodes/reactor @@ -1 +1 @@ -Subproject commit 2a520be33be5d9ce8b8b04d15304c69cf7e29086 +Subproject commit 7c8722b3244d95346934a795094f1d34cbee17ee diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index 000bee7..d2a0274 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit 000bee71900ffd5457057db59ac3e8c98ae9f85d +Subproject commit d2a0274eb36e2bee80e7db5b6fbe69e98f250487 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/nodes/valve b/nodes/valve index 9dea685..e69825a 160000 --- a/nodes/valve +++ b/nodes/valve @@ -1 +1 @@ -Subproject commit 9dea685db74e4793e646bab67db4237ad80bb8f5 +Subproject commit e69825a48e6410687aba5d16e7b2be179ef6f005 diff --git a/nodes/valveGroupControl b/nodes/valveGroupControl index a2277ee..54e1fd0 160000 --- a/nodes/valveGroupControl +++ b/nodes/valveGroupControl @@ -1 +1 @@ -Subproject commit a2277eec396efe71f8ce45729dcceea1fdbea20f +Subproject commit 54e1fd0f431b9037e07be1c77083895f378e2d0e diff --git a/package.json b/package.json index 4631c53..c4d9c60 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": { "@tensorflow/tfjs": "^4.22.0",