1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 17:19:42 +00:00

Add mash to full recipe

This commit is contained in:
Emma 2019-07-12 13:17:28 -06:00
parent 30f13eab89
commit c60505ba0a

View file

@ -123,6 +123,16 @@ def app():
'min_temperature': '60', 'min_temperature': '60',
'max_temperature': '72', 'max_temperature': '72',
'abv_tolerance': '10' 'abv_tolerance': '10'
},
'mash': {
'name': 'Single Infusion',
'steps': [{
'name': 'Infusion',
'type': 'Infusion',
'temp': '152',
'time': '60',
'amount': '3.5'
}]
} }
}) })