Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Commit

Permalink
adjust mash temp (useful when creating new recipes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Allen committed Jan 16, 2016
1 parent fdf0108 commit 540727d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commander/metroui/editIngredient.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
brewerslabCloudApi().setBatchSize("[email protected]", form['recipe'].value,float(form['batchsize'].value),doRecalculate="0")


if form['action'].value == "changeMashTemp":
brewerslabCloudApi().setMashTemp("[email protected]", form['recipe'].value,float(form['mashtemp'].value),doRecalculate="0")
if form['action'].value == "changeMashEfficiency":
brewerslabCloudApi().setMashEfficiency("[email protected]", form['recipe'].value,float(form['mashefficiency'].value),doRecalculate="0")

Expand Down

0 comments on commit 540727d

Please sign in to comment.