Add missing enums in Group Key Management cluster (#28413)

* Update group-key-mgmt-cluster.xml

* Re-gen ZAP

---------

Co-authored-by: tennessee.carmelveilleux@gmail.com <tennessee@google.com>
diff --git a/examples/lighting-app/lighting-common/lighting-app.matter b/examples/lighting-app/lighting-common/lighting-app.matter
index cc83b24..90c4d57 100644
--- a/examples/lighting-app/lighting-common/lighting-app.matter
+++ b/examples/lighting-app/lighting-common/lighting-app.matter
@@ -1723,6 +1723,10 @@
     kCacheAndSync = 1;
   }
 
+  bitmap Feature : BITMAP32 {
+    kCacheAndSync = 0x1;
+  }
+
   fabric_scoped struct GroupInfoMapStruct {
     group_id groupId = 1;
     endpoint_no endpoints[] = 2;