Skip to content

Commit

Permalink
Add apiMaturity attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Jul 28, 2024
1 parent 4a07795 commit 5e42794
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ cluster GroupKeyManagement = 63 {
}

/** Functionality to retrieve operational information about a managed Wi-Fi network. */
cluster WiFiNetworkManagement = 1105 {
provisional cluster WiFiNetworkManagement = 1105 {
revision 1;

readonly attribute nullable octet_string<32> ssid = 0;
Expand All @@ -1197,7 +1197,7 @@ cluster WiFiNetworkManagement = 1105 {
}

/** Manages the names and credentials of Thread networks visible to the user. */
cluster ThreadNetworkDirectory = 1107 {
provisional cluster ThreadNetworkDirectory = 1107 {
revision 1;

struct ThreadNetworkStruct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ limitations under the License.
<configurator>
<domain name="CHIP"/>

<struct name="ThreadNetworkStruct">
<struct name="ThreadNetworkStruct" apiMaturity="provisional">
<cluster code="0x0453"/>
<item name="ExtendedPanID" type="octet_string" length="8"/>
<item name="NetworkName" type="char_string" length="16"/>
<item name="Channel" type="int16u"/>
<item name="ActiveTimestamp" type="int64u"/>
</struct>

<cluster>
<cluster apiMaturity="provisional">
<domain>Network Infrastructure</domain>
<name>Thread Network Directory</name>
<code>0x0453</code>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
<configurator>
<domain name="CHIP"/>

<cluster>
<cluster apiMaturity="provisional">
<domain>Network Infrastructure</domain>
<name>Wi-Fi Network Management</name>
<code>0x0451</code>
Expand Down
4 changes: 2 additions & 2 deletions src/controller/data_model/controller-clusters.matter
Original file line number Diff line number Diff line change
Expand Up @@ -8103,7 +8103,7 @@ cluster RadonConcentrationMeasurement = 1071 {
}

/** Functionality to retrieve operational information about a managed Wi-Fi network. */
cluster WiFiNetworkManagement = 1105 {
provisional cluster WiFiNetworkManagement = 1105 {
revision 1;

readonly attribute nullable octet_string<32> ssid = 0;
Expand Down Expand Up @@ -8167,7 +8167,7 @@ provisional cluster ThreadBorderRouterManagement = 1106 {
}

/** Manages the names and credentials of Thread networks visible to the user. */
cluster ThreadNetworkDirectory = 1107 {
provisional cluster ThreadNetworkDirectory = 1107 {
revision 1;

struct ThreadNetworkStruct {
Expand Down

0 comments on commit 5e42794

Please sign in to comment.