Browse Source

support FCU logic of intermediate season

highing666 4 years ago
parent
commit
089eb6c260
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controllers/equipment/fcu/basic.py

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

@@ -130,7 +130,7 @@ class FCUControllerV2(EquipmentController):
                 else:
                     diff = 0
 
-                if diff < 0:
+                if diff <= 0:
                     speed = AirValveSpeed.off
                 elif diff < 0.5:
                     speed = AirValveSpeed.low