mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 16:09:44 +00:00
Add mash to full recipe
This commit is contained in:
parent
30f13eab89
commit
c60505ba0a
1 changed files with 10 additions and 0 deletions
|
|
@ -123,6 +123,16 @@ def app():
|
|||
'min_temperature': '60',
|
||||
'max_temperature': '72',
|
||||
'abv_tolerance': '10'
|
||||
},
|
||||
'mash': {
|
||||
'name': 'Single Infusion',
|
||||
'steps': [{
|
||||
'name': 'Infusion',
|
||||
'type': 'Infusion',
|
||||
'temp': '152',
|
||||
'time': '60',
|
||||
'amount': '3.5'
|
||||
}]
|
||||
}
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue