mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-09-19 15:59:07 +02:00
Merge pull request #98 from swimIan/patch2
Add notification(s) at the end of mashstep and boilstep
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user