Skip to content

Commit

Permalink
updated microwave oven control SDK for typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liangpy4 committed Nov 20, 2023
1 parent bec09f9 commit a0111b7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ void Instance::HandleSetCookingParameters(HandlerContext & ctx, const Commands::
else
{
// set Microwave Oven cooking power to max power(default).
reqCookTime = mDelegate->GetMaxPower();
reqPowerSetting = mDelegate->GetMaxPower();
}
status = mDelegate->HandleSetCookingParametersCallback(reqCookMode, reqCookTime, reqPowerSetting);
goto exit;
Expand Down

0 comments on commit a0111b7

Please sign in to comment.