commit | f6449902947e745e726f0bf0016a0f0b3643d1a7 | [log] [tgz] |
---|---|---|
author | marcos <15697303+gmarcosb@users.noreply.github.com> | Thu Sep 26 15:52:55 2024 -0600 |
committer | Pradip De <pradip.de@gmail.com> | Tue Oct 01 13:57:58 2024 -0700 |
tree | ee7a444a3831679271ce5e567d68758694db9c9d | |
parent | cb669b0cedfc8284c032516218a2a4dbe4167432 [diff] |
Generated using ./scripts/tools/zap_regen_all.py
diff --git a/src/controller/data_model/controller-clusters.matter b/src/controller/data_model/controller-clusters.matter index 9502c37..b265d1d 100644 --- a/src/controller/data_model/controller-clusters.matter +++ b/src/controller/data_model/controller-clusters.matter
@@ -9408,8 +9408,8 @@ 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 cbc390c..76196a2 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRBaseClusters.h
@@ -14759,7 +14759,7 @@ /** * 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 2b329ff..f46e1d1 100644 --- a/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h +++ b/src/darwin/Framework/CHIP/zap-generated/MTRClusters.h
@@ -6826,7 +6826,7 @@ /** * 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