We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f850438 commit cddc8caCopy full SHA for cddc8ca
src/app/icd/client/RefreshKeySender.cpp
@@ -80,6 +80,7 @@ CHIP_ERROR RefreshKeySender::RegisterClientWithNewKey(Messaging::ExchangeManager
80
registerClientCommand.checkInNodeID = mICDClientInfo.check_in_node.GetNodeId();
81
registerClientCommand.monitoredSubject = mICDClientInfo.monitored_subject;
82
registerClientCommand.key = mNewKey.Span();
83
+ registerClientCommand.clientType = mICDClientInfo.client_type;
84
return Controller::InvokeCommandRequest(&exchangeMgr, sessionHandle, endpointId, registerClientCommand, onSuccess, onFailure);
85
}
86
0 commit comments