소스 검색

update VRF control logic

highing666 3 년 전
부모
커밋
88d86d044c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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"