From 45c084360f30d4970dab78111ab5b187fc7a20fc Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Sun, 3 Oct 2021 16:50:36 +0200 Subject: [PATCH] Reverted mashsteps back - last change caused some issues --- cbpi/extension/mashstep/__init__.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cbpi/extension/mashstep/__init__.py b/cbpi/extension/mashstep/__init__.py index 4c07bff..7a17772 100644 --- a/cbpi/extension/mashstep/__init__.py +++ b/cbpi/extension/mashstep/__init__.py @@ -175,9 +175,9 @@ class MashStep(CBPiStep): if self.cbpi.kettle is not None and self.timer is None: self.timer = Timer(int(self.props.get("Timer",0)) *60 ,on_update=self.on_timer_update, on_done=self.on_timer_done) - elif self.cbpi.kettle is not None and self.timer: - self.timer.start() - self.timer.is_running = True +# elif self.cbpi.kettle is not None and self.timer: +# self.timer.start() +# self.timer.is_running = True self.summary = "Waiting for Target Temp" await self.push_update() @@ -374,9 +374,9 @@ class BoilStep(CBPiStep): if self.cbpi.kettle is not None and self.timer is None: self.timer = Timer(int(self.props.get("Timer", 0)) *60 ,on_update=self.on_timer_update, on_done=self.on_timer_done) - elif self.cbpi.kettle is not None and self.timer: - self.timer.start() - self.timer.is_running = True +# elif self.cbpi.kettle is not None and self.timer: +# self.timer.start() +# self.timer.is_running = True self.summary = "Waiting for Target Temp" if self.AutoMode == True: