Skip to content

Commit

Permalink
Regenerate ZAP to fix CI after bad merge. (#28454)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple committed Aug 1, 2023
1 parent 83595bb commit c6fcc20
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1017,6 +1017,10 @@ server cluster GroupKeyManagement = 63 {
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand Down

0 comments on commit c6fcc20

Please sign in to comment.