mirror of
https://github.com/Manuel83/craftbeerpi3
synced 2026-08-10 02:55:27 +02:00
Add notification at the end of a mashstep.
This commit is contained in:
@@ -57,6 +57,7 @@ class MashStep(StepBase):
|
|||||||
|
|
||||||
# Check if timer finished and go to next step
|
# Check if timer finished and go to next step
|
||||||
if self.is_timer_finished() == True:
|
if self.is_timer_finished() == True:
|
||||||
|
self.notify("Step Completed!", "Starting the next step", timeout=None)
|
||||||
self.next()
|
self.next()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user