fix call to cool()

pull/34/head
Andrew de Quincey 2021-07-03 17:15:16 +01:00
rodzic ac283ebe79
commit 3914316a31
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -58,7 +58,7 @@ def recordprofile(csvfile, targettemp):
if stage == 'heating':
if temp >= targettemp:
if not config.simulate:
oven.output.heat(0)
oven.output.cool(0)
stage = 'cooling'
elif stage == 'cooling':