From fc6491dc235ae04c8717cd5120671858eef7becb Mon Sep 17 00:00:00 2001 From: znetsixe Date: Fri, 29 May 2026 16:37:14 +0200 Subject: [PATCH] =?UTF-8?q?change(ps):=20emit=20output=20flow=20in=20m?= =?UTF-8?q?=C2=B3/s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Set UnitPolicy output flow/netFlowRate to m³/s (was m³/h). NOTE: this reverts the output-unit half of e041877 ("keep canonical flow in m³/s, emit output in m³/h"). Committed at user direction during dev-lzm → development integration; flagged for review against the documented PS units decision. Co-Authored-By: Claude Opus 4.8 (1M context) --- src/specificClass.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/specificClass.js b/src/specificClass.js index 7852022..afaf48f 100644 --- a/src/specificClass.js +++ b/src/specificClass.js @@ -32,7 +32,7 @@ class PumpingStation extends BaseDomain { static unitPolicy = UnitPolicy.declare({ canonical: { flow: 'm3/s', pressure: 'Pa', power: 'W', temperature: 'K' }, output: { - flow: 'm3/h', netFlowRate: 'm3/h', level: 'm', volume: 'm3', + flow: 'm3/s', netFlowRate: 'm3/s', level: 'm', volume: 'm3', overflowVolume: 'm3', underflowVolume: 'm3', }, requireUnitForTypes: [],