Explorar el Código

Add files via upload

pull/99/head
cocothenut GitHub hace 8 años
padre
commit
91a7b65855
Se han modificado 1 ficheros con 5 adiciones y 3 borrados
  1. +5
    -3
      modules/base_plugins/brew_steps/__init__.py

+ 5
- 3
modules/base_plugins/brew_steps/__init__.py Ver fichero

@@ -56,9 +56,10 @@ 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)
# if you dont want a beep sound comment out like : # cbpi.MashStepEndBeep()
cbpi.MashStepEndBeep()
self.next()
self.next()
@cbpi.step
@@ -224,6 +225,7 @@ 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)
# if you dont want a beep sound comment out like : # cbpi.BoilStepEndBeep()
cbpi.BoilStepEndBeep()
self.next()
cbpi.BoilStepEndBeep()
self.next()

Cargando…
Cancelar
Guardar