Skip to content

Commit

Permalink
set client_type when refresh key for ICD
Browse files Browse the repository at this point in the history
  • Loading branch information
yunhanw-google committed Sep 3, 2024
1 parent 6d8ec81 commit 945b9b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/icd/client/RefreshKeySender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ CHIP_ERROR RefreshKeySender::RegisterClientWithNewKey(Messaging::ExchangeManager
registerClientCommand.checkInNodeID = mICDClientInfo.check_in_node.GetNodeId();
registerClientCommand.monitoredSubject = mICDClientInfo.monitored_subject;
registerClientCommand.key = mNewKey.Span();
registerClientCommand.clientType = mICDClientInfo.client_type
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
}

Expand Down

0 comments on commit 945b9b3

Please sign in to comment.