updates to make generic functions work

This commit is contained in:
znetsixe
2025-07-01 17:05:09 +02:00
parent 5ca7889af1
commit a2018509ef
7 changed files with 1307 additions and 1093 deletions

View File

@@ -24,11 +24,11 @@
"models": [
{
"name": "VegaPressure 10",
"units": ["bar", "m WC", "psi"]
"units": ["bar", "mbar", "psi"]
},
{
"name": "VegaPressure 20",
"units": ["bar", "m WC", "psi"]
"units": ["bar", "mbar", "psi"]
}
]
},
@@ -60,10 +60,8 @@
"models": [
{
"id": "hidrostal-pump-001",
"name": "H05K-S03R+HGM1X-X280KO",
"units": ["m³/h", "gpm", "l/min"],
"hasCurveData": true,
"curveDataFile": "/data/curves/hidrostal-H05K-S03R.json"
"name": "hidrostal-H05K-S03R",
"units": ["m³/h", "gpm", "l/min"]
}
]
}

File diff suppressed because it is too large Load Diff