Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs authored and woody-apple committed Mar 5, 2022
1 parent 7373452 commit ce20d0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -611,8 +611,8 @@ server cluster GeneralDiagnostics = 51 {

server cluster GroupKeyManagement = 63 {
enum GroupKeySecurityPolicy : ENUM8 {
kStandard = 0;
kTrustFirst = 1;
kTrustFirst = 0;
kCacheAndSync = 1;
}

struct GroupKeyMapStruct {
Expand Down

0 comments on commit ce20d0c

Please sign in to comment.