From 5a15df291b6b3665307d43c883020b5c306d1d0d Mon Sep 17 00:00:00 2001 From: znetsixe <73483679+znetsixe@users.noreply.github.com> Date: Tue, 14 Oct 2025 13:50:47 +0200 Subject: [PATCH] Added pumping station node --- nodes/pumpingStation | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nodes/pumpingStation b/nodes/pumpingStation index c037bbc..fa30be5 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit c037bbc73ba7aeae1f3c3e945990fe00fff3b373 +Subproject commit fa30be5e2d860380fd5671253894d450a14a0535 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",