Skip to content

Commit

Permalink
Zap regen
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilitvin committed Jul 28, 2023
1 parent 43fa207 commit 16c27ec
Show file tree
Hide file tree
Showing 74 changed files with 852 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2290,11 +2290,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -2317,6 +2326,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1929,11 +1929,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1956,6 +1965,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/bridge-app/bridge-common/bridge-app.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1541,11 +1541,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1568,6 +1577,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1426,11 +1426,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1453,6 +1462,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -893,11 +893,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -920,6 +929,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_basicvideoplayer_0ff86e943b.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1126,11 +1126,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1153,6 +1162,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1186,11 +1186,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1213,6 +1222,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1140,11 +1140,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1167,6 +1176,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1290,11 +1290,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1317,6 +1326,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1140,11 +1140,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1167,6 +1176,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1290,11 +1290,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1317,6 +1326,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1127,11 +1127,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1154,6 +1163,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
10 changes: 10 additions & 0 deletions examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
Original file line number Diff line number Diff line change
Expand Up @@ -1215,11 +1215,20 @@ server cluster OperationalCredentials = 62 {

/** The Group Key Management Cluster is the mechanism by which group keys are managed. */
server cluster GroupKeyManagement = 63 {
enum GroupKeyMulticastPolicyEnum : ENUM8 {
kPerGroupID = 0;
kAllNodes = 1;
}

enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}

bitmap Feature : BITMAP32 {
kCacheAndSync = 0x1;
}

fabric_scoped struct GroupInfoMapStruct {
group_id groupId = 1;
endpoint_no endpoints[] = 2;
Expand All @@ -1242,6 +1251,7 @@ server cluster GroupKeyManagement = 63 {
nullable epoch_us epochStartTime1 = 5;
nullable octet_string<16> epochKey2 = 6;
nullable epoch_us epochStartTime2 = 7;
GroupKeyMulticastPolicyEnum groupKeyMulticastPolicy = 8;
}

attribute access(write: manage) GroupKeyMapStruct groupKeyMap[] = 0;
Expand Down
Loading

0 comments on commit 16c27ec

Please sign in to comment.