Skip to content

Commit c83190c

Browse files
committed
zap-template: remove provisional marks for the NIM clusters that were added in v1.4 SPEC
1 parent 3939703 commit c83190c

File tree

8 files changed

+54
-54
lines changed

8 files changed

+54
-54
lines changed

examples/network-manager-app/network-manager-common/network-manager-app.matter

+9-9
Original file line numberDiff line numberDiff line change
@@ -1439,7 +1439,7 @@ cluster GroupKeyManagement = 63 {
14391439
}
14401440

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

14451445
readonly attribute nullable octet_string<32> ssid = 0;
@@ -1460,19 +1460,19 @@ provisional cluster WiFiNetworkManagement = 1105 {
14601460
}
14611461

14621462
/** Manage the Thread network of Thread Border Router */
1463-
provisional cluster ThreadBorderRouterManagement = 1106 {
1463+
cluster ThreadBorderRouterManagement = 1106 {
14641464
revision 1;
14651465

14661466
bitmap Feature : bitmap32 {
14671467
kPANChange = 0x1;
14681468
}
14691469

1470-
provisional readonly attribute char_string<63> borderRouterName = 0;
1471-
provisional readonly attribute octet_string<254> borderAgentID = 1;
1472-
provisional readonly attribute int16u threadVersion = 2;
1473-
provisional readonly attribute boolean interfaceEnabled = 3;
1474-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
1475-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
1470+
readonly attribute char_string<63> borderRouterName = 0;
1471+
readonly attribute octet_string<254> borderAgentID = 1;
1472+
readonly attribute int16u threadVersion = 2;
1473+
readonly attribute boolean interfaceEnabled = 3;
1474+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
1475+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
14761476
readonly attribute command_id generatedCommandList[] = 65528;
14771477
readonly attribute command_id acceptedCommandList[] = 65529;
14781478
readonly attribute event_id eventList[] = 65530;
@@ -1504,7 +1504,7 @@ provisional cluster ThreadBorderRouterManagement = 1106 {
15041504
}
15051505

15061506
/** Manages the names and credentials of Thread networks visible to the user. */
1507-
provisional cluster ThreadNetworkDirectory = 1107 {
1507+
cluster ThreadNetworkDirectory = 1107 {
15081508
revision 1;
15091509

15101510
struct ThreadNetworkStruct {

examples/placeholder/linux/apps/app1/config.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -6724,19 +6724,19 @@ cluster OccupancySensing = 1030 {
67246724
}
67256725

67266726
/** Manage the Thread network of Thread Border Router */
6727-
provisional cluster ThreadBorderRouterManagement = 1106 {
6727+
cluster ThreadBorderRouterManagement = 1106 {
67286728
revision 1;
67296729

67306730
bitmap Feature : bitmap32 {
67316731
kPANChange = 0x1;
67326732
}
67336733

6734-
provisional readonly attribute char_string<63> borderRouterName = 0;
6735-
provisional readonly attribute octet_string<254> borderAgentID = 1;
6736-
provisional readonly attribute int16u threadVersion = 2;
6737-
provisional readonly attribute boolean interfaceEnabled = 3;
6738-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
6739-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
6734+
readonly attribute char_string<63> borderRouterName = 0;
6735+
readonly attribute octet_string<254> borderAgentID = 1;
6736+
readonly attribute int16u threadVersion = 2;
6737+
readonly attribute boolean interfaceEnabled = 3;
6738+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
6739+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
67406740
readonly attribute command_id generatedCommandList[] = 65528;
67416741
readonly attribute command_id acceptedCommandList[] = 65529;
67426742
readonly attribute event_id eventList[] = 65530;

examples/thermostat/nxp/zap/thermostat_matter_br.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -2077,19 +2077,19 @@ cluster Thermostat = 513 {
20772077
}
20782078

20792079
/** Manage the Thread network of Thread Border Router */
2080-
provisional cluster ThreadBorderRouterManagement = 1106 {
2080+
cluster ThreadBorderRouterManagement = 1106 {
20812081
revision 1;
20822082

20832083
bitmap Feature : bitmap32 {
20842084
kPANChange = 0x1;
20852085
}
20862086

2087-
provisional readonly attribute char_string<63> borderRouterName = 0;
2088-
provisional readonly attribute octet_string<254> borderAgentID = 1;
2089-
provisional readonly attribute int16u threadVersion = 2;
2090-
provisional readonly attribute boolean interfaceEnabled = 3;
2091-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
2092-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
2087+
readonly attribute char_string<63> borderRouterName = 0;
2088+
readonly attribute octet_string<254> borderAgentID = 1;
2089+
readonly attribute int16u threadVersion = 2;
2090+
readonly attribute boolean interfaceEnabled = 3;
2091+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
2092+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
20932093
readonly attribute command_id generatedCommandList[] = 65528;
20942094
readonly attribute command_id acceptedCommandList[] = 65529;
20952095
readonly attribute event_id eventList[] = 65530;

examples/thread-br-app/thread-br-common/thread-br-app.matter

+7-7
Original file line numberDiff line numberDiff line change
@@ -1357,19 +1357,19 @@ cluster UserLabel = 65 {
13571357
}
13581358

13591359
/** Manage the Thread network of Thread Border Router */
1360-
provisional cluster ThreadBorderRouterManagement = 1106 {
1360+
cluster ThreadBorderRouterManagement = 1106 {
13611361
revision 1;
13621362

13631363
bitmap Feature : bitmap32 {
13641364
kPANChange = 0x1;
13651365
}
13661366

1367-
provisional readonly attribute char_string<63> borderRouterName = 0;
1368-
provisional readonly attribute octet_string<254> borderAgentID = 1;
1369-
provisional readonly attribute int16u threadVersion = 2;
1370-
provisional readonly attribute boolean interfaceEnabled = 3;
1371-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
1372-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
1367+
readonly attribute char_string<63> borderRouterName = 0;
1368+
readonly attribute octet_string<254> borderAgentID = 1;
1369+
readonly attribute int16u threadVersion = 2;
1370+
readonly attribute boolean interfaceEnabled = 3;
1371+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
1372+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
13731373
readonly attribute command_id generatedCommandList[] = 65528;
13741374
readonly attribute command_id acceptedCommandList[] = 65529;
13751375
readonly attribute event_id eventList[] = 65530;

src/app/zap-templates/zcl/data-model/chip/thread-border-router-management-cluster.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ limitations under the License.
2222
<field name="PANChange" mask="0x1"/>
2323
</bitmap>
2424

25-
<cluster apiMaturity="provisional">
25+
<cluster>
2626
<domain>Network Infrastructure</domain>
2727
<name>Thread Border Router Management</name>
2828
<code>0x0452</code>
@@ -33,57 +33,57 @@ limitations under the License.
3333

3434
<globalAttribute code="0xFFFD" side="either" value="1"/>
3535

36-
<attribute side="server" code="0x0000" name="BorderRouterName" apiMaturity="provisional" define="BORDER_ROUTER_NAME" type="char_string" length="63">
36+
<attribute side="server" code="0x0000" name="BorderRouterName" define="BORDER_ROUTER_NAME" type="char_string" length="63">
3737
<mandatoryConform/>
3838
</attribute>
3939

40-
<attribute side="server" code="0x0001" name="BorderAgentID" apiMaturity="provisional" define="BORDER_AGENT_ID" type="octet_string">
40+
<attribute side="server" code="0x0001" name="BorderAgentID" define="BORDER_AGENT_ID" type="octet_string">
4141
<mandatoryConform/>
4242
</attribute>
4343

44-
<attribute side="server" code="0x0002" name="ThreadVersion" apiMaturity="provisional" define="THREAD_VERSION" type="int16u">
44+
<attribute side="server" code="0x0002" name="ThreadVersion" define="THREAD_VERSION" type="int16u">
4545
<mandatoryConform/>
4646
</attribute>
4747

48-
<attribute side="server" code="0x0003" name="InterfaceEnabled" apiMaturity="provisional" define="INTERFACE_ENABLED" type="boolean" default="0">
48+
<attribute side="server" code="0x0003" name="InterfaceEnabled" define="INTERFACE_ENABLED" type="boolean" default="0">
4949
<mandatoryConform/>
5050
</attribute>
5151

52-
<attribute side="server" code="0x0004" name="ActiveDatasetTimestamp" apiMaturity="provisional" define="ACTIVE_DATASET_TIMESTAMP" type="int64u" isNullable="true">
52+
<attribute side="server" code="0x0004" name="ActiveDatasetTimestamp" define="ACTIVE_DATASET_TIMESTAMP" type="int64u" isNullable="true">
5353
<mandatoryConform/>
5454
</attribute>
5555

56-
<attribute side="server" code="0x0005" name="PendingDatasetTimestamp" apiMaturity="provisional" define="PENDING_DATASET_TIMESTAMP" type="int64u" isNullable="true">
56+
<attribute side="server" code="0x0005" name="PendingDatasetTimestamp" define="PENDING_DATASET_TIMESTAMP" type="int64u" isNullable="true">
5757
<mandatoryConform/>
5858
</attribute>
5959

60-
<command source="client" code="0x00" apiMaturity="provisional" name="GetActiveDatasetRequest" response="DatasetResponse" optional="false">
60+
<command source="client" code="0x00" name="GetActiveDatasetRequest" response="DatasetResponse" optional="false">
6161
<description>Command to request the active operational dataset of the Thread network to which the border router is connected. This command must be sent over a valid CASE session</description>
6262
<access op="invoke" privilege="manage"/>
6363
<mandatoryConform/>
6464
</command>
6565

66-
<command source="client" code="0x01" apiMaturity="provisional" name="GetPendingDatasetRequest" response="DatasetResponse" optional="false">
66+
<command source="client" code="0x01" name="GetPendingDatasetRequest" response="DatasetResponse" optional="false">
6767
<description>Command to request the pending dataset of the Thread network to which the border router is connected. This command must be sent over a valid CASE session</description>
6868
<access op="invoke" privilege="manage"/>
6969
<mandatoryConform/>
7070
</command>
7171

72-
<command source="server" code="0x02" apiMaturity="provisional" name="DatasetResponse" optional="false">
72+
<command source="server" code="0x02" name="DatasetResponse" optional="false">
7373
<description>Generated response to GetActiveDatasetRequest or GetPendingDatasetRequest commands.</description>
7474
<arg name="Dataset" type="octet_string" length="254"/>
7575
<mandatoryConform/>
7676
</command>
7777

78-
<command source="client" code="0x03" apiMaturity="provisional" name="SetActiveDatasetRequest" optional="false">
78+
<command source="client" code="0x03" name="SetActiveDatasetRequest" optional="false">
7979
<description>Command to set or update the active Dataset of the Thread network to which the Border Router is connected.</description>
8080
<arg name="ActiveDataset" type="octet_string" length="254"/>
8181
<arg name="Breadcrumb" type="int64u" optional="true"/>
8282
<access op="invoke" privilege="manage"/>
8383
<mandatoryConform/>
8484
</command>
8585

86-
<command source="client" code="0x04" apiMaturity="provisional" name="SetPendingDatasetRequest" optional="true">
86+
<command source="client" code="0x04" name="SetPendingDatasetRequest" optional="true">
8787
<description>Command set or update the pending Dataset of the Thread network to which the Border Router is connected.</description>
8888
<arg name="PendingDataset" type="octet_string" length="254"/>
8989
<access op="invoke" privilege="manage"/>

src/app/zap-templates/zcl/data-model/chip/thread-network-directory-cluster.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ limitations under the License.
1717
<configurator>
1818
<domain name="CHIP"/>
1919

20-
<struct name="ThreadNetworkStruct" apiMaturity="provisional">
20+
<struct name="ThreadNetworkStruct">
2121
<cluster code="0x0453"/>
2222
<item name="ExtendedPanID" type="octet_string" length="8"/>
2323
<item name="NetworkName" type="char_string" length="16"/>
2424
<item name="Channel" type="int16u"/>
2525
<item name="ActiveTimestamp" type="int64u"/>
2626
</struct>
2727

28-
<cluster apiMaturity="provisional">
28+
<cluster>
2929
<domain>Network Infrastructure</domain>
3030
<name>Thread Network Directory</name>
3131
<code>0x0453</code>

src/app/zap-templates/zcl/data-model/chip/wifi-network-management-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
<configurator>
1818
<domain name="CHIP"/>
1919

20-
<cluster apiMaturity="provisional">
20+
<cluster>
2121
<domain>Network Infrastructure</domain>
2222
<name>Wi-Fi Network Management</name>
2323
<code>0x0451</code>

src/controller/data_model/controller-clusters.matter

+9-9
Original file line numberDiff line numberDiff line change
@@ -8403,7 +8403,7 @@ cluster RadonConcentrationMeasurement = 1071 {
84038403
}
84048404

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

84098409
readonly attribute nullable octet_string<32> ssid = 0;
@@ -8424,19 +8424,19 @@ provisional cluster WiFiNetworkManagement = 1105 {
84248424
}
84258425

84268426
/** Manage the Thread network of Thread Border Router */
8427-
provisional cluster ThreadBorderRouterManagement = 1106 {
8427+
cluster ThreadBorderRouterManagement = 1106 {
84288428
revision 1;
84298429

84308430
bitmap Feature : bitmap32 {
84318431
kPANChange = 0x1;
84328432
}
84338433

8434-
provisional readonly attribute char_string<63> borderRouterName = 0;
8435-
provisional readonly attribute octet_string<254> borderAgentID = 1;
8436-
provisional readonly attribute int16u threadVersion = 2;
8437-
provisional readonly attribute boolean interfaceEnabled = 3;
8438-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
8439-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
8434+
readonly attribute char_string<63> borderRouterName = 0;
8435+
readonly attribute octet_string<254> borderAgentID = 1;
8436+
readonly attribute int16u threadVersion = 2;
8437+
readonly attribute boolean interfaceEnabled = 3;
8438+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
8439+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
84408440
readonly attribute command_id generatedCommandList[] = 65528;
84418441
readonly attribute command_id acceptedCommandList[] = 65529;
84428442
readonly attribute event_id eventList[] = 65530;
@@ -8468,7 +8468,7 @@ provisional cluster ThreadBorderRouterManagement = 1106 {
84688468
}
84698469

84708470
/** Manages the names and credentials of Thread networks visible to the user. */
8471-
provisional cluster ThreadNetworkDirectory = 1107 {
8471+
cluster ThreadNetworkDirectory = 1107 {
84728472
revision 1;
84738473

84748474
struct ThreadNetworkStruct {

0 commit comments

Comments
 (0)