Bläddra i källkod

fix some bugs

chenhaiyang 4 år sedan
förälder
incheckning
15fb01ba46
1 ändrade filer med 1 tillägg och 1 borttagningar
  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'