|
@@ -468,7 +468,7 @@ async def build_acatvi_instructions(
|
|
|
current_temperature_set=current_temperature_set,
|
|
|
speed=params.current_speed,
|
|
|
running_status=params.running_status,
|
|
|
- work_moe=params.work_mode,
|
|
|
+ work_mode=params.work_mode,
|
|
|
)
|
|
|
|
|
|
act_blowy_feedback_time, act_high_speed_time = await query_status_time(
|