diff --git a/src-electron/generator/matter/app/zap-templates/common/simulated-clusters/clusters/DiscoveryCommands.js b/src-electron/generator/matter/app/zap-templates/common/simulated-clusters/clusters/DiscoveryCommands.js
index 6b4752a203fbb142286a3ba890606e8e4ac4df72..64662a49225cdd330bf077e7ac99ddd44dce1732 100644
--- a/src-electron/generator/matter/app/zap-templates/common/simulated-clusters/clusters/DiscoveryCommands.js
+++ b/src-electron/generator/matter/app/zap-templates/common/simulated-clusters/clusters/DiscoveryCommands.js
@@ -69,6 +69,18 @@ const kDefaultResponse = {
       chipType: 'uint32_t',
       isOptional: true,
     }, //
+    {
+      name: 'mrpRetryActiveThreshold',
+      type: 'INT16U',
+      chipType: 'uint16_t',
+      isOptional: true,
+    }, //
+    {
+      name: 'isICDOperatingAsLIT',
+      type: 'BOOLEAN',
+      chipType: 'bool',
+      isOptional: true,
+    }, //
   ],
 };