Przeglądaj źródła

turn off cooler when stoppig

pull/6/head
Carl Allen 8 lat temu
rodzic
commit
443c314aa1
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      modules/base_plugins/fermenter_hysteresis/__init__.py

+ 1
- 0
modules/base_plugins/fermenter_hysteresis/__init__.py Wyświetl plik

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

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

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


Ładowanie…
Anuluj
Zapisz