Skip to content

Commit

Permalink
Remove provisional status of Fabric Sync bits to align with the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
yufengwangca committed Oct 4, 2024
1 parent a3b5eaa commit 92c2317
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1697,7 +1697,7 @@ cluster GroupKeyManagement = 63 {
}

/** Supports the ability for clients to request the commissioning of themselves or other nodes onto a fabric which the cluster server can commission onto. */
provisional cluster CommissionerControl = 1873 {
cluster CommissionerControl = 1873 {
revision 1;

bitmap SupportedDeviceCategoryBitmap : bitmap32 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ limitations under the License.
<attribute side="server" code="18" define="UNIQUE_ID" type="char_string" length="32" optional="false">UniqueID</attribute>
<attribute side="server" code="20" define="PRODUCT_APPEARANCE" type="ProductAppearanceStruct" optional="true">ProductAppearance</attribute>

<command source="client" code="0x80" name="KeepActive" optional="true" apiMaturity="provisional">
<command source="client" code="0x80" name="KeepActive" optional="true">
<description> The server SHALL attempt to keep the devices specified active for StayActiveDuration milliseconds when they are next active.</description>
<arg id="0" name="StayActiveDuration" type="int32u"/>
<arg id="1" name="TimeoutMs" type="int32u" min="30000" max="3600000"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ limitations under the License.
<field name="FabricSynchronization" mask="0x1"/>
</bitmap>

<cluster apiMaturity="provisional">
<cluster>
<domain>General</domain>
<name>Commissioner Control</name>
<code>0x0751</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
-->
<configurator>
<domain name="CHIP"/>
<struct name="EcosystemDeviceStruct" isFabricScoped="true" apiMaturity="provisional">
<struct name="EcosystemDeviceStruct" isFabricScoped="true">
<cluster code="0x0750"/>
<item fieldId="0" name="DeviceName" type="char_string" optional="true" isFabricSensitive="true" length="64"/>
<item fieldId="1" name="DeviceNameLastEdit" type="epoch_us" optional="true" isFabricSensitive="true" default="0"/>
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 @@ -9590,7 +9590,7 @@ provisional cluster EcosystemInformation = 1872 {
}

/** Supports the ability for clients to request the commissioning of themselves or other nodes onto a fabric which the cluster server can commission onto. */
provisional cluster CommissionerControl = 1873 {
cluster CommissionerControl = 1873 {
revision 1;

bitmap SupportedDeviceCategoryBitmap : bitmap32 {
Expand Down

0 comments on commit 92c2317

Please sign in to comment.