From 3f84b91afb228c833d7dae0da1157fb0966e62f4 Mon Sep 17 00:00:00 2001 From: znetsixe Date: Sat, 23 May 2026 15:30:45 +0200 Subject: [PATCH] =?UTF-8?q?chore(submodules):=20bump=205=20nodes=20?= =?UTF-8?q?=E2=80=94=20UnitPolicy=20rollout=20+=20buffered=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps: - rotatingMachine 455f15d refactor: route unit conversions through UnitPolicy.convert - pumpingStation 2d68a4f refactor + fix(level): UnitPolicy adoption, level-rate timestamp fix, integration test rewire - machineGroupControl ddf2b07 refactor: _canonicalToOutputFlow + setDemand via UnitPolicy.convert, structure test rewire - generalFunctions bc79de1 fix(influx): accept tagCode camelCase + emit positionVsParent tag - measurement 36eaa2f test(edge): align with object-payload accept behaviour The UnitPolicy bump finishes the ยง6 contract migration the refactor plan named (drop _convertUnitValue / hardcoded m3/h<->m3/s scalars in favour of policy.convert at every site). Co-Authored-By: Claude Opus 4.7 (1M context) --- nodes/generalFunctions | 2 +- nodes/machineGroupControl | 2 +- nodes/measurement | 2 +- nodes/pumpingStation | 2 +- nodes/rotatingMachine | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nodes/generalFunctions b/nodes/generalFunctions index 6c4db03..bc79de1 160000 --- a/nodes/generalFunctions +++ b/nodes/generalFunctions @@ -1 +1 @@ -Subproject commit 6c4db03aba7e2f96d9f4c3d7bb1e3e49d4c70fee +Subproject commit bc79de133e103500be1d765436d9f9bcc5fc7615 diff --git a/nodes/machineGroupControl b/nodes/machineGroupControl index a47aa53..ddf2b07 160000 --- a/nodes/machineGroupControl +++ b/nodes/machineGroupControl @@ -1 +1 @@ -Subproject commit a47aa53d17ef353641ff1edb5cf848304dd0b530 +Subproject commit ddf2b07424d9df63dbc367e0bb70c819c113afaa diff --git a/nodes/measurement b/nodes/measurement index 5d79314..36eaa2f 160000 --- a/nodes/measurement +++ b/nodes/measurement @@ -1 +1 @@ -Subproject commit 5d793142290bbb09a51bfcae6aeaf0c334ebe1d7 +Subproject commit 36eaa2f85941b99d86cf687267c6685075771a1d diff --git a/nodes/pumpingStation b/nodes/pumpingStation index df18e97..2d68a4f 160000 --- a/nodes/pumpingStation +++ b/nodes/pumpingStation @@ -1 +1 @@ -Subproject commit df18e97b8bb3caf6a4e92be596869b2270befa3f +Subproject commit 2d68a4f504acef267c71deabdbb2ccb6b7b85aae diff --git a/nodes/rotatingMachine b/nodes/rotatingMachine index a18aec3..455f15d 160000 --- a/nodes/rotatingMachine +++ b/nodes/rotatingMachine @@ -1 +1 @@ -Subproject commit a18aec32b99f4bfedcfe90332fd5438281bb9ce2 +Subproject commit 455f15dc553164e1b313a5259aa96d8f83ceaef8