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