Skip to content

Commit

Permalink
Update src/app/clusters/door-lock-server/door-lock-server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
woody-apple and andy31415 authored Jun 11, 2024
1 parent bdb1a75 commit ed12539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/clusters/door-lock-server/door-lock-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ void DoorLockServer::clearCredentialCommandHandler(
}

commandObj->AddStatus(commandPath,
clearCredential(commandPath.mEndpointId, modifier, sourceNodeId, credentialType, credentialIndex, true));
clearCredential(commandPath.mEndpointId, modifier, sourceNodeId, credentialType, credentialIndex, /* sendUserChangeEvent = */ true ));
}

void DoorLockServer::setWeekDayScheduleCommandHandler(chip::app::CommandHandler * commandObj,
Expand Down

0 comments on commit ed12539

Please sign in to comment.