Przeglądaj źródła

wording

pull/93/head
flo269 GitHub 8 lat temu
rodzic
commit
953199fe03
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      modules/base_plugins/hysteresis/__init__.py

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

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


# Custom Properties # Custom Properties


on = Property.Number("Offset On", True, 0, description="Offset below target temp when heater should switched on. Should be bigger then Offset Off")
off = Property.Number("Offset Off", True, 0, description="Offset below target temp when heater should switched off. Should be smaller then Offset Off")
on = Property.Number("Offset On", True, 0, description="Offset below target temp when heater should be switched on. Should be bigger then Offset Off")
off = Property.Number("Offset Off", True, 0, description="Offset below target temp when heater should be switched off. Should be smaller then Offset Off")


def stop(self): def stop(self):
''' '''


Ładowanie…
Anuluj
Zapisz