Align Group Key Management cluster XML to spec changes. (#25202)
* Align Group Key Management cluster XML to spec changes.
Spec changes happened in https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/6260.
Fixes https://github.com/project-chip/connectedhomeip/issues/25182
* Regenerate generated files.
diff --git a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
index ff6e1d8..4e374f4 100644
--- a/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
+++ b/examples/chef/devices/noip_rootnode_dimmablelight_bCwGYSDpoe.matter
@@ -1292,7 +1292,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1312,7 +1312,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
index b7c3398..30ec3ed 100644
--- a/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
+++ b/examples/chef/devices/rootnode_colortemperaturelight_hbUnzYVeyn.matter
@@ -1079,7 +1079,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1099,7 +1099,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
index 9147943..7308575 100644
--- a/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
+++ b/examples/chef/devices/rootnode_contactsensor_lFAGG1bfRO.matter
@@ -1011,7 +1011,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1031,7 +1031,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
index af8655d..70288ad 100644
--- a/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
+++ b/examples/chef/devices/rootnode_dimmablelight_bCwGYSDpoe.matter
@@ -1158,7 +1158,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1178,7 +1178,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
index 3d3c17d..7e9c35d 100644
--- a/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
+++ b/examples/chef/devices/rootnode_doorlock_aNKYAreMXE.matter
@@ -1011,7 +1011,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1031,7 +1031,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
index f744f98..cc27e70 100644
--- a/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
+++ b/examples/chef/devices/rootnode_extendedcolorlight_8lcaaYJVAa.matter
@@ -1158,7 +1158,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1178,7 +1178,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
index f25e30b..7615fee 100644
--- a/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
+++ b/examples/chef/devices/rootnode_fan_7N2TobIlOX.matter
@@ -1012,7 +1012,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1032,7 +1032,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
index 75f9896..8a1da9f 100644
--- a/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
+++ b/examples/chef/devices/rootnode_flowsensor_1zVxHedlaV.matter
@@ -1025,7 +1025,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1045,7 +1045,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
index 30bd99d..6d6e48c 100644
--- a/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
+++ b/examples/chef/devices/rootnode_heatingcoolingunit_ncdGai1E5a.matter
@@ -1151,7 +1151,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1171,7 +1171,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
index f21bd9d..1379970 100644
--- a/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
+++ b/examples/chef/devices/rootnode_humiditysensor_Xyj4gda6Hb.matter
@@ -1025,7 +1025,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1045,7 +1045,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
index abe0ec1..09ad29a 100644
--- a/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
+++ b/examples/chef/devices/rootnode_lightsensor_lZQycTFcJK.matter
@@ -1025,7 +1025,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1045,7 +1045,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
index 4b94421..e9ff6f8 100644
--- a/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
+++ b/examples/chef/devices/rootnode_occupancysensor_iHyVgifZuo.matter
@@ -1025,7 +1025,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1045,7 +1045,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
index ef09293..61d607e 100644
--- a/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
+++ b/examples/chef/devices/rootnode_onofflight_bbs1b7IaOV.matter
@@ -1158,7 +1158,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1178,7 +1178,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
index 0a64802..de2dc4d 100644
--- a/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
+++ b/examples/chef/devices/rootnode_onofflightswitch_FsPlMr090Q.matter
@@ -1097,7 +1097,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1117,7 +1117,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
index 37f9e14..e4f253e 100644
--- a/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
+++ b/examples/chef/devices/rootnode_onoffpluginunit_Wtf8ss5EBY.matter
@@ -1058,7 +1058,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1078,7 +1078,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
index 59c9383..bd82463 100644
--- a/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
+++ b/examples/chef/devices/rootnode_pressuresensor_s0qC9wLH4k.matter
@@ -1030,7 +1030,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1050,7 +1050,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
index ecf26ab..5602c8f 100644
--- a/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
+++ b/examples/chef/devices/rootnode_speaker_RpzeXdimqA.matter
@@ -1152,7 +1152,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1172,7 +1172,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
index dfda123..6bb8e38 100644
--- a/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
+++ b/examples/chef/devices/rootnode_temperaturesensor_Qy1zkNW7c3.matter
@@ -1025,7 +1025,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1045,7 +1045,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
index d984f47..4e38959 100644
--- a/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
+++ b/examples/chef/devices/rootnode_thermostat_bm3fb8dhYi.matter
@@ -1011,7 +1011,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1031,7 +1031,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;
diff --git a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
index d9696c3..299c8b9 100644
--- a/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
+++ b/examples/chef/devices/rootnode_windowcovering_RLCxaGi9Yx.matter
@@ -1011,7 +1011,7 @@
}
server cluster GroupKeyManagement = 63 {
- enum GroupKeySecurityPolicy : ENUM8 {
+ enum GroupKeySecurityPolicyEnum : ENUM8 {
kTrustFirst = 0;
kCacheAndSync = 1;
}
@@ -1031,7 +1031,7 @@
struct GroupKeySetStruct {
int16u groupKeySetID = 0;
- GroupKeySecurityPolicy groupKeySecurityPolicy = 1;
+ GroupKeySecurityPolicyEnum groupKeySecurityPolicy = 1;
nullable octet_string<16> epochKey0 = 2;
nullable epoch_us epochStartTime0 = 3;
nullable octet_string<16> epochKey1 = 4;