Преглед на файлове

Update __init__.py

swapped .PropertyNumber("Cooler Offset ON", True, 0) on lines 11 and 12.  On should match with min and Off should match with max on lines 32 and 35
tags/3.1_alpha
MikonosII GitHub преди 8 години
родител
ревизия
20b535b293
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      modules/base_plugins/fermenter_hysteresis/__init__.py

+ 2
- 2
modules/base_plugins/fermenter_hysteresis/__init__.py Целия файл

@@ -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()


Loading…
Отказ
Запис