Browse Source

update VRF control logic

highing666 3 years ago
parent
commit
88d86d044c
1 changed files with 2 additions and 0 deletions
  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"