This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
michal
/
craftbeerpi3
mirror of
https://github.com/Manuel83/craftbeerpi3
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
turn off cooler when stoppig
pull/6/head
Carl Allen
8 years ago
parent
77a0102e2d
commit
443c314aa1
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/base_plugins/fermenter_hysteresis/__init__.py
+ 1
- 0
modules/base_plugins/fermenter_hysteresis/__init__.py
View File
@@ -13,6 +13,7 @@ class Hysteresis(FermenterController):
super(FermenterController, self).stop()
super(FermenterController, self).stop()
self.heater_off()
self.heater_off()
self.cooler_off()
def run(self):
def run(self):
while self.is_running():
while self.is_running():
Write
Preview
Loading…
Cancel
Save