Skip to content

Commit

Permalink
Remove provisional from cluster xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarkov committed Jan 28, 2024
1 parent d9e589b commit 8a94015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ limitations under the License.
<item fieldId="1" name="Label" type="char_string" length="32" optional="true"/>
</struct>

<cluster apiMaturity="provisional">
<cluster>
<name>Messages</name>
<domain>General</domain>
<description>This cluster provides an interface for passing messages to be presented by a device.</description>
Expand Down
2 changes: 1 addition & 1 deletion src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -4373,7 +4373,7 @@ provisional cluster DemandResponseLoadControl = 150 {
}

/** This cluster provides an interface for passing messages to be presented by a device. */
provisional cluster Messages = 151 {
cluster Messages = 151 {
revision 3;

enum FutureMessagePreferenceEnum : enum8 {
Expand Down

0 comments on commit 8a94015

Please sign in to comment.