diff --git a/src/app/util/util.cpp b/src/app/util/util.cpp index ab1cc3cb345123..daf74dc4e049b6 100644 --- a/src/app/util/util.cpp +++ b/src/app/util/util.cpp @@ -845,7 +845,7 @@ EmberStatus emberAfSendDefaultResponseWithCallback(const EmberAfClusterCommand * emberAfPutInt16uInResp(cmd->mfgCode); } emberAfPutInt8uInResp(cmd->seqNum); - emberAfPutInt8uInResp(ZCL_DEFAULT_RESPONSE_COMMAND_ID); + emberAfPutInt32uInResp(ZCL_DEFAULT_RESPONSE_COMMAND_ID); emberAfPutInt32uInResp(cmd->commandId); emberAfPutStatusInResp(status);