Skip to content

Commit

Permalink
Fix failsafe error code (#19964)
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille authored and pull[bot] committed Jul 26, 2023
1 parent d79a606 commit 4b8e85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ bool CheckFailSafeArmed(CommandHandlerInterface::HandlerContext & ctx)
return true;
}

ctx.mCommandHandler.AddStatus(ctx.mRequestPath, Protocols::InteractionModel::Status::UnsupportedAccess);
ctx.mCommandHandler.AddStatus(ctx.mRequestPath, Protocols::InteractionModel::Status::FailsafeRequired);
return false;
}

Expand Down

0 comments on commit 4b8e85e

Please sign in to comment.