From 1ab913b699291db795340ee102fa722179863b1b Mon Sep 17 00:00:00 2001 From: znetsixe Date: Thu, 14 May 2026 22:52:53 +0200 Subject: [PATCH] bump submodules: generalFunctions + pumpingStation + rotatingMachine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - generalFunctions f8f71a4: schema additions (output.process/dbase, functionality.distance, drop prioritypercentagecontrol), measurement position.x nullable, asset-data file renamed machine.json -> rotatingmachine.json so AssetMenu lookup matches, menu re-derives supplier/assetType from saved model id on reopen. - pumpingStation 2c7fe17: setDemand reads unit-normalised payload from commandRegistry (mirrors today's MGC change to unit-self-describing demand commands). Pre-existing test failure (stale path to basic-dashboard.flow.json, renamed to 02-Dashboard.json in fe5fa35) is unrelated to this commit. - rotatingMachine 394a972: η = (Q·ΔP)/P_shaft replaces the legacy Q/P formula — gives a real BEP peak so NCog stops collapsing to 0 and the MGC dashboard's BEP-position metric actually moves. Asset-registry lookup renamed machine -> rotatingmachine (matches generalFunctions rename). Constructor stateConfig pass-through fixed (default-param was clobbering BaseNodeAdapter's pre-set extras). + 2 new tests. Co-Authored-By: Claude Opus 4.7 (1M context) --- nodes/generalFunctions | 2 +- nodes/pumpingStation | 2 +- nodes/rotatingMachine | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index c59da5c..f8f71a4 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit c59da5ca9808a44cb0cc84f328f078a11b698fa2 +Subproject commit f8f71a4f1c770ad2a805c34c3041b82f0e085586 diff --git a/nodes/pumpingStation b/nodes/pumpingStation index 6e89e49..2c7fe17 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit 6e89e4916fe53955b1d19a030c06e3ae53379ab1 +Subproject commit 2c7fe1792f68937f0f9dc3409fd1debd12bd3454 diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index 28344c6..394a972 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit 28344c6810e15f30385726747c646575c4226f69 +Subproject commit 394a972d10917acec36aab748494326f383795a5