Explorar el Código

turn off cooler when stoppig

pull/6/head
Carl Allen hace 8 años
padre
commit
443c314aa1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      modules/base_plugins/fermenter_hysteresis/__init__.py

+ 1
- 0
modules/base_plugins/fermenter_hysteresis/__init__.py Ver fichero

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

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

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


Cargando…
Cancelar
Guardar