diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index 9502c371cbf23c..b265d1d5f7380c 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter @@ -9408,8 +9408,8 @@ provisional cluster ContentAppObserver = 1296 { command ContentAppMessage(ContentAppMessageRequest): ContentAppMessageResponse = 0; } -/** */ -cluster Chime = 1366 { +/** This cluster provides facilities to configure and play Chime sounds, such as those used in a doorbell. */ +provisional cluster Chime = 1366 { revision 1; struct ChimeSoundStruct { diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h index cbc390c337da9e..76196a23b6bd02 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h @@ -14759,7 +14759,7 @@ MTR_PROVISIONALLY_AVAILABLE /** * Cluster Chime * - * + * This cluster provides facilities to configure and play Chime sounds, such as those used in a doorbell. */ MTR_PROVISIONALLY_AVAILABLE @interface MTRBaseClusterChime : MTRGenericBaseCluster diff --git a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h index 2b329ff43f23fe..f46e1d1be6c8d8 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h @@ -6826,7 +6826,7 @@ MTR_PROVISIONALLY_AVAILABLE /** * Cluster Chime - * + * This cluster provides facilities to configure and play Chime sounds, such as those used in a doorbell. */ MTR_PROVISIONALLY_AVAILABLE @interface MTRClusterChime : MTRGenericCluster