This commit is contained in:
znetsixe
2026-03-11 11:13:26 +01:00
parent 33f3c2ef61
commit 6b2a8239f2
16 changed files with 2850 additions and 146 deletions

View File

@@ -17,6 +17,12 @@ function makeMachineConfig(overrides = {}) {
type: 'pump',
model: 'hidrostal-H05K-S03R',
unit: 'm3/h',
curveUnits: {
pressure: 'mbar',
flow: 'm3/h',
power: 'kW',
control: '%',
},
},
...overrides,
};