Przeglądaj źródła

update VRF control logic

highing666 3 lat temu
rodzic
commit
b2b3206674
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      app/controllers/equipment/vrf/basic.py

+ 2 - 1
app/controllers/equipment/vrf/basic.py

@@ -385,7 +385,8 @@ class VRFController1(VRFController):
                         new_speed = "M"
                     elif self.device.speed == "M":
                         new_speed = "LL"
-                elif (
+
+                if (
                     self.feedback == FeedbackValue.a_little_hot
                     or self.feedback == FeedbackValue.so_hot
                 ):