Explorar el Código

update VRF control logic

highing666 hace 3 años
padre
commit
308e456c2c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      app/controllers/equipment/vrf/basic.py

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

@@ -357,7 +357,9 @@ class VRFController1(VRFController):
                 new_speed = "M"
 
         # Recovery.
+        logger.debug(self.high_speed_time)
         if (a_now - arrow.get(self.high_speed_time)).seconds > 60 * 60:
+            logger.debug(self.high_speed_time)
             if new_speed == "HH":
                 new_speed = "M"