diff --git a/src/app/zap-templates/zcl/zcl-with-test-extensions.json b/src/app/zap-templates/zcl/zcl-with-test-extensions.json index f264924f6909db..0c1e2c2b5a715f 100644 --- a/src/app/zap-templates/zcl/zcl-with-test-extensions.json +++ b/src/app/zap-templates/zcl/zcl-with-test-extensions.json @@ -646,5 +646,8 @@ "indexFieldId": 254, "indexFieldName": "FabricIndex", "indexType": "fabric_idx" + }, + "uiOptions": { + "showProfileId": false } } diff --git a/src/app/zap-templates/zcl/zcl.json b/src/app/zap-templates/zcl/zcl.json index 7f42a5b21eaca9..0d99e3f865463c 100644 --- a/src/app/zap-templates/zcl/zcl.json +++ b/src/app/zap-templates/zcl/zcl.json @@ -644,5 +644,8 @@ "indexFieldId": 254, "indexFieldName": "FabricIndex", "indexType": "fabric_idx" + }, + "uiOptions": { + "showProfileId": false } }