Merge pull request #98 from swimIan/patch2

Add notification(s) at the end of mashstep and boilstep
This commit is contained in:
Manuel83
2017-07-22 09:11:33 +02:00
committed by GitHub
@@ -57,6 +57,7 @@ class MashStep(StepBase):
# Check if timer finished and go to next step
if self.is_timer_finished() == True:
self.notify("Mash Step Completed!", "Starting the next step", timeout=None)
self.next()
@@ -218,4 +219,5 @@ class BoilStep(StepBase):
self.check_hop_timer(3, self.hop_3)
# Check if timer finished and go to next step
if self.is_timer_finished() == True:
self.notify("Boil Step Completed!", "Starting the next step", timeout=None)
self.next()