This website works better with JavaScript.
首頁
探索
說明
註冊
登入
michal
/
craftbeerpi3
镜像来自
https://github.com/Manuel83/craftbeerpi3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
2
Wiki
Activity
瀏覽代碼
Update __init__.py
removed lines 37 and 38 to make hysteresis work properly.
pull/194/head
clearwaterbrewer
Johannes
7 年之前
父節點
590a523d87
當前提交
e57350e622
共有
1 個文件被更改
,包括
0 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
modules/base_plugins/hysteresis/__init__.py
+ 0
- 2
modules/base_plugins/hysteresis/__init__.py
查看文件
@@ -34,7 +34,5 @@ class Hysteresis(KettleController):
self.heater_on(100)
elif self.get_temp() >= self.get_target_temp() - float(self.off):
self.heater_off()
else:
self.heater_off()
self.sleep(1)
Write
Preview
Loading…
取消
儲存