瀏覽代碼

Merge branch 'dev'

highing666 2 年之前
父節點
當前提交
bc7df16392
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/controllers/targets/temperature.py

+ 1 - 1
app/controllers/targets/temperature.py

@@ -60,7 +60,7 @@ class Clipper:
     Return a number which is in the range of [min, max].
     """
 
-    def __init__(self, upper_limit: float = 28.0, lower_limit: float = 22.0):
+    def __init__(self, upper_limit: float = 32.0, lower_limit: float = 16.0):
         self.upper_limit = upper_limit
         self.lower_limit = lower_limit