From 424ad1e29347d64d1efed17ffdbb929189fb554f Mon Sep 17 00:00:00 2001 From: znetsixe Date: Tue, 19 May 2026 16:06:07 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20bump=206=20submodules=20=E2=80=94=20dead?= =?UTF-8?q?=20config=20purged,=20set.mode=20descriptions=20truthful?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - nodes/generalFunctions @ 8252a5f: schemas drop dead `calculationMode` (RM/valve/VGC — never read) and dead `allowedActions` (valve/VGC — flowController only checks isValidSourceForMode, never the action allow-list). Kept allowedActions in RM/MGC where it IS enforced. - nodes/{rotatingMachine,machineGroupControl,valve,valveGroupControl}: set.mode descriptions in commands/index.js were generic "auto / manual" but each node's schema declares 3–4 specific modes. Now enumerate the actual allowed values and point at the schema. - nodes/machineGroupControl CONTRACT.md additionally fixed: old `prioritycontrol`, `optimalcontrol`, `dynamiccontrol` list was wrong (lowercase + nonexistent dynamiccontrol); now matches the schema. - nodes/monster: reframed from "multi-parameter biological process monitor" to "sampling-cabinet pulse counter" — the code only emits volumetric pulse + bucket state, no constituent analysis. Old framing was misleading. examples/README also cleaned of references to 4 flow files that don't exist on disk. Co-Authored-By: Claude Opus 4.7 (1M context) --- nodes/generalFunctions | 2 +- nodes/machineGroupControl | 2 +- nodes/monster | 2 +- nodes/rotatingMachine | 2 +- nodes/valve | 2 +- nodes/valveGroupControl | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 4f715e8..8252a5f 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 4f715e8ad6d5f32a8ca561633b03a34997e473e8 +Subproject commit 8252a5f898a94b2d5131aa1313290601e98030b8 diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl index 047229c..a57e009 160000 --- a/nodes/machineGroupControl +++ b/nodes/machineGroupControl @@ -1 +1 @@ -Subproject commit 047229c514192178d53c539deae09654f1087a1c +Subproject commit a57e0095a37a2d07ec90227188c0b52f16231d4e diff --git a/nodes/monster b/nodes/monster index fa4f065..4eb2867 160000 --- a/nodes/monster +++ b/nodes/monster @@ -1 +1 @@ -Subproject commit fa4f0651049633aa4cfec9c409f2c525605ee389 +Subproject commit 4eb286771e3e33575f308a91cdb32acbff93763e diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index 426c1a6..c9970c0 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit 426c1a606b11ee453b07845ec2509d7c66c90d03 +Subproject commit c9970c0c578f925e4e6cf1fc9bdada4eefc5674c diff --git a/nodes/valve b/nodes/valve index 144460e..7acd6c2 160000 --- a/nodes/valve +++ b/nodes/valve @@ -1 +1 @@ -Subproject commit 144460e6ba6b2c9e8ae7c35da151ae1075d689da +Subproject commit 7acd6c2ce0ea318f60bcc2d778c359b49a5bb238 diff --git a/nodes/valveGroupControl b/nodes/valveGroupControl index d81aedc..91f9841 160000 --- a/nodes/valveGroupControl +++ b/nodes/valveGroupControl @@ -1 +1 @@ -Subproject commit d81aedc9bca3d9c29c9e844815c03b628bf12b57 +Subproject commit 91f98414d11c142a5cfb5efeb4154cc154720e10