Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements the Commissioner Control Cluster in Matter SDK #34375

Merged
merged 14 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/app/clusters/commissioner-control-server/commissioner-cont…
…rol-server.cpp

Co-authored-by: Terence Hampson <thampson@google.com>
yufengwangca and tehampson committed Jul 19, 2024
commit 801ddc6981cc72ea6fd386a5dd1e3c78a1da1468
Original file line number Diff line number Diff line change
@@ -229,7 +229,7 @@ bool emberAfCommissionerControlClusterCommissionNodeCallback(

// Handle commissioning approval request
err = delegate->ValidateCommissionNodeCommand(sourceNodeId, requestId, info->params);
VerifyOrExit(err == CHIP_NO_ERROR, err = CHIP_ERROR_INCORRECT_STATE);
VerifyOrExit(err == CHIP_NO_ERROR);

// Add the response for the commissioning window
AddReverseOpenCommissioningWindowResponse(commandObj, commandPath, info->params);
tehampson marked this conversation as resolved.
Show resolved Hide resolved