diff --git a/src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml b/src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml index 5addebd25e05cf..26f58bf58b92d2 100644 --- a/src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml +++ b/src/app/zap-templates/zcl/data-model/chip/group-key-mgmt-cluster.xml @@ -64,13 +64,13 @@ limitations under the License. MaxGroupKeysPerFabric - Revoke a Root Key from a Group + Write a new set of keys for the given key set id. - Revoke a Root Key from a Group + Read the keys for a given key set id. diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h index 565716fb33650a..ddf9058737fce3 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h @@ -6241,14 +6241,14 @@ light or a window shade. /** * Command KeySetWrite * - * Revoke a Root Key from a Group + * Write a new set of keys for the given key set id. */ - (void)keySetWriteWithParams:(MTRGroupKeyManagementClusterKeySetWriteParams *)params completion:(MTRStatusCompletion)completion MTR_NEWLY_AVAILABLE; /** * Command KeySetRead * - * Revoke a Root Key from a Group + * Read the keys for a given key set id. */ - (void)keySetReadWithParams:(MTRGroupKeyManagementClusterKeySetReadParams *)params completion:(void (^)(MTRGroupKeyManagementClusterKeySetReadResponseParams * _Nullable data,