瀏覽代碼

modify Jiaming target logic

highing666 3 年之前
父節點
當前提交
f10d386719
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/routers/targets.py

+ 1 - 1
app/api/routers/targets.py

@@ -35,7 +35,7 @@ async def readjust_target(
         timestamp = get_time_str()
     try:
         if feedback != FeedbackValue.null:
-            if project_id == "Pj1101050030":
+            if project_id == "Pj1101050030" or project_id == "Pj1101050039":
                 need_run_room_control = await temperature_target_control_v1(
                     project_id, space_id, feedback
                 )