|
@@ -607,7 +607,7 @@ async def get_target_after_feedback(
|
|
|
temperature_target_data = TemperatureTargetPacker(
|
|
|
temperature_target_raw_data
|
|
|
).get_result()
|
|
|
- if project_id == "Pj1101050030":
|
|
|
+ if project_id == "Pj1101050030" or project_id == 'Pj1101140020' or project_id == 'Pj1101050039':
|
|
|
controller = TemperatureTargetController(temperature_target_data)
|
|
|
else:
|
|
|
controller = TemperatureTargetControllerV2(temperature_target_data)
|