diff --git a/.gitmodules b/.gitmodules index 673cc8a..57cd0de 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ [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.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/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..dc50432 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 2fb73e671341bea610aaf7ea6303b60d1415432c +Subproject commit dc50432ee83154b9eee0e16aaa85e6ecb7cf1f93 diff --git a/nodes/heatExchanger b/nodes/heatExchanger deleted file mode 160000 index 3391069..0000000 --- a/nodes/heatExchanger +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3391069ab08587ea083750d112db0fc2f4a3ba9f 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..6580788 --- /dev/null +++ b/nodes/pumpingStation @@ -0,0 +1 @@ +Subproject commit 65807881d5487f0006790f9388fe38ffd6f32db9 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/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..e875927 100644 --- a/package.json +++ b/package.json @@ -18,10 +18,12 @@ "reactor": "nodes/reactor/reactor.js", "rotatingMachine": "nodes/rotatingMachine/rotatingMachine.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", + "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",