このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
michal
/
craftbeerpi3
ミラー元
https://github.com/Manuel83/craftbeerpi3
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
2
Wiki
アクティビティ
ソースを参照
Update __init__.py
removed lines 37 and 38 to make hysteresis work properly.
pull/194/head
clearwaterbrewer
Johannes
7年前
親
590a523d87
コミット
e57350e622
1個のファイルの変更
、
0行の追加
、
2行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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)
書き込み
プレビュー
読み込み中…
キャンセル
保存