Skip to content

Commit

Permalink
Merge pull request #413 from WillowInc/2024-03-29-Changing-design-hea…
Browse files Browse the repository at this point in the history
…d-to-double-from-integer

Changed head capacity schema from integer to double
  • Loading branch information
rszcodronski authored Mar 29, 2024
2 parents c5431d2 + 1e3b6ec commit 568c40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ontology/Willow/Component/Asset/Pump.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"en": "head capacity"
},
"name": "headCapacity",
"schema": "integer",
"schema": "double",
"unit": "metre",
"writable": true
},
Expand Down

0 comments on commit 568c40e

Please sign in to comment.