updated the grain describers to use the new enum in the pond for the moisture calculation, changed the extract moisture function to account for custom grain types, and if there is no equation set it will return the humidity, updated instances where the bin uses that function to pass in the grain settings in its inventory
This commit is contained in:
parent
bdddcfc103
commit
d6c670fb78
16 changed files with 596 additions and 140 deletions
|
|
@ -819,6 +819,7 @@ export default function Bin(props: Props) {
|
|||
fans={fans}
|
||||
heaters={heaters}
|
||||
grain={bin.grain()}
|
||||
customGrain={bin.customGrain()}
|
||||
/>
|
||||
)}
|
||||
<Box marginTop={2}>
|
||||
|
|
@ -980,6 +981,7 @@ export default function Bin(props: Props) {
|
|||
fans={fans}
|
||||
heaters={heaters}
|
||||
grain={bin.grain()}
|
||||
customGrain={bin.customGrain()}
|
||||
/>
|
||||
</Box>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue