Przeglądaj źródła

Merge pull request #66 from MikonosII/patch-2

Update __init__.py
tags/3.1_alpha
Manuel83 GitHub 8 lat temu
rodzic
commit
2c941e01d5
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      modules/base_plugins/fermenter_hysteresis/__init__.py

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

@@ -8,8 +8,8 @@ class Hysteresis(FermenterController):

heater_offset_min = Property.Number("Heater Offset ON", True, 0)
heater_offset_max = Property.Number("Heater Offset OFF", True, 0)
cooler_offset_min = Property.Number("Cooler Offset OFF", True, 0)
cooler_offset_max = Property.Number("Cooler Offset ON", True, 0)
cooler_offset_min = Property.Number("Cooler Offset ON", True, 0)
cooler_offset_max = Property.Number("Cooler Offset OFF", True, 0)

def stop(self):
super(FermenterController, self).stop()


Ładowanie…
Anuluj
Zapisz