Browse Source

turn off cooler when stoppig

pull/6/head
Carl Allen 8 years ago
parent
commit
443c314aa1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/base_plugins/fermenter_hysteresis/__init__.py

+ 1
- 0
modules/base_plugins/fermenter_hysteresis/__init__.py View File

@@ -13,6 +13,7 @@ class Hysteresis(FermenterController):


super(FermenterController, self).stop() super(FermenterController, self).stop()
self.heater_off() self.heater_off()
self.cooler_off()


def run(self): def run(self):
while self.is_running(): while self.is_running():


Loading…
Cancel
Save