Explorar o código

fix some bugs

chenhaiyang %!s(int64=4) %!d(string=hai) anos
pai
achega
15fb01ba46
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/controllers/equipment/fcu/on_ratio.py

+ 1 - 1
app/controllers/equipment/fcu/on_ratio.py

@@ -27,7 +27,7 @@ class OnRatioController:
         if self.target < self.return_air:
             mode = 'off'
         else:
-            if self.target - self.return_air > 1:
+            if self.target - self.return_air > 1.5:
                 mode = 'normal'
             else:
                 mode = 'on_ratio'