Ver código fonte

update VRF control logic

highing666 3 anos atrás
pai
commit
88d86d044c
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      app/controllers/equipment/vrf/basic.py

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

@@ -350,6 +350,8 @@ class VRFController1(VRFController):
         a_now = arrow.utcnow()
 
         # Restriction.
+        logger.debug(self.blow_feedback_time)
+        logger.debug(a_now.date())
         if a_now.date() == arrow.get(self.blow_feedback_time).date():
             if new_speed == "HH":
                 new_speed = "M"