소스 검색

Add files via upload

pull/99/head
cocothenut GitHub 8 년 전
부모
커밋
91a7b65855
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. +5
    -3
      modules/base_plugins/brew_steps/__init__.py

+ 5
- 3
modules/base_plugins/brew_steps/__init__.py 파일 보기

@@ -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()

불러오는 중...
취소
저장