Skip to content

Commit df5023a

Browse files
committed
zap-template: remove provisional marks for the NIM clusters that were added in v1.4 SPEC (#37677)
1 parent 4d96e83 commit df5023a

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
@@ -2204,19 +2204,19 @@ cluster Thermostat = 513 {
22042204
}
22052205

22062206
/** Manage the Thread network of Thread Border Router */
2207-
provisional cluster ThreadBorderRouterManagement = 1106 {
2207+
cluster ThreadBorderRouterManagement = 1106 {
22082208
revision 1;
22092209

22102210
bitmap Feature : bitmap32 {
22112211
kPANChange = 0x1;
22122212
}
22132213

2214-
provisional readonly attribute char_string<63> borderRouterName = 0;
2215-
provisional readonly attribute octet_string<254> borderAgentID = 1;
2216-
provisional readonly attribute int16u threadVersion = 2;
2217-
provisional readonly attribute boolean interfaceEnabled = 3;
2218-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
2219-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
2214+
readonly attribute char_string<63> borderRouterName = 0;
2215+
readonly attribute octet_string<254> borderAgentID = 1;
2216+
readonly attribute int16u threadVersion = 2;
2217+
readonly attribute boolean interfaceEnabled = 3;
2218+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
2219+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
22202220
readonly attribute command_id generatedCommandList[] = 65528;
22212221
readonly attribute command_id acceptedCommandList[] = 65529;
22222222
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,41 +33,41 @@ limitations under the License.
3333

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

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

38-
<attribute side="server" code="0x0001" apiMaturity="provisional" define="BORDER_AGENT_ID" type="octet_string">BorderAgentID</attribute>
38+
<attribute side="server" code="0x0001" define="BORDER_AGENT_ID" type="octet_string">BorderAgentID</attribute>
3939

40-
<attribute side="server" code="0x0002" apiMaturity="provisional" define="THREAD_VERSION" type="int16u">ThreadVersion</attribute>
40+
<attribute side="server" code="0x0002" define="THREAD_VERSION" type="int16u">ThreadVersion</attribute>
4141

42-
<attribute side="server" code="0x0003" apiMaturity="provisional" define="INTERFACE_ENABLED" type="boolean" default="0">InterfaceEnabled</attribute>
42+
<attribute side="server" code="0x0003" define="INTERFACE_ENABLED" type="boolean" default="0">InterfaceEnabled</attribute>
4343

44-
<attribute side="server" code="0x0004" apiMaturity="provisional" define="ACTIVE_DATASET_TIMESTAMP" type="int64u" isNullable="true">ActiveDatasetTimestamp</attribute>
44+
<attribute side="server" code="0x0004" define="ACTIVE_DATASET_TIMESTAMP" type="int64u" isNullable="true">ActiveDatasetTimestamp</attribute>
4545

46-
<attribute side="server" code="0x0005" apiMaturity="provisional" define="PENDING_DATASET_TIMESTAMP" type="int64u" isNullable="true">PendingDatasetTimestamp</attribute>
46+
<attribute side="server" code="0x0005" define="PENDING_DATASET_TIMESTAMP" type="int64u" isNullable="true">PendingDatasetTimestamp</attribute>
4747

48-
<command source="client" code="0x00" apiMaturity="provisional" name="GetActiveDatasetRequest" response="DatasetResponse" optional="false">
48+
<command source="client" code="0x00" name="GetActiveDatasetRequest" response="DatasetResponse" optional="false">
4949
<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>
5050
<access op="invoke" privilege="manage"/>
5151
</command>
5252

53-
<command source="client" code="0x01" apiMaturity="provisional" name="GetPendingDatasetRequest" response="DatasetResponse" optional="false">
53+
<command source="client" code="0x01" name="GetPendingDatasetRequest" response="DatasetResponse" optional="false">
5454
<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>
5555
<access op="invoke" privilege="manage"/>
5656
</command>
5757

58-
<command source="server" code="0x02" apiMaturity="provisional" name="DatasetResponse" optional="false">
58+
<command source="server" code="0x02" name="DatasetResponse" optional="false">
5959
<description>Generated response to GetActiveDatasetRequest or GetPendingDatasetRequest commands.</description>
6060
<arg name="Dataset" type="octet_string" length="254"/>
6161
</command>
6262

63-
<command source="client" code="0x03" apiMaturity="provisional" name="SetActiveDatasetRequest" optional="false">
63+
<command source="client" code="0x03" name="SetActiveDatasetRequest" optional="false">
6464
<description>Command to set or update the active Dataset of the Thread network to which the Border Router is connected.</description>
6565
<arg name="ActiveDataset" type="octet_string" length="254"/>
6666
<arg name="Breadcrumb" type="int64u" optional="true"/>
6767
<access op="invoke" privilege="manage"/>
6868
</command>
6969

70-
<command source="client" code="0x04" apiMaturity="provisional" name="SetPendingDatasetRequest" optional="true">
70+
<command source="client" code="0x04" name="SetPendingDatasetRequest" optional="true">
7171
<description>Command set or update the pending Dataset of the Thread network to which the Border Router is connected.</description>
7272
<arg name="PendingDataset" type="octet_string" length="254"/>
7373
<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
@@ -8270,7 +8270,7 @@ cluster RadonConcentrationMeasurement = 1071 {
82708270
}
82718271

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

82768276
readonly attribute nullable octet_string<32> ssid = 0;
@@ -8291,19 +8291,19 @@ provisional cluster WiFiNetworkManagement = 1105 {
82918291
}
82928292

82938293
/** Manage the Thread network of Thread Border Router */
8294-
provisional cluster ThreadBorderRouterManagement = 1106 {
8294+
cluster ThreadBorderRouterManagement = 1106 {
82958295
revision 1;
82968296

82978297
bitmap Feature : bitmap32 {
82988298
kPANChange = 0x1;
82998299
}
83008300

8301-
provisional readonly attribute char_string<63> borderRouterName = 0;
8302-
provisional readonly attribute octet_string<254> borderAgentID = 1;
8303-
provisional readonly attribute int16u threadVersion = 2;
8304-
provisional readonly attribute boolean interfaceEnabled = 3;
8305-
provisional readonly attribute nullable int64u activeDatasetTimestamp = 4;
8306-
provisional readonly attribute nullable int64u pendingDatasetTimestamp = 5;
8301+
readonly attribute char_string<63> borderRouterName = 0;
8302+
readonly attribute octet_string<254> borderAgentID = 1;
8303+
readonly attribute int16u threadVersion = 2;
8304+
readonly attribute boolean interfaceEnabled = 3;
8305+
readonly attribute nullable int64u activeDatasetTimestamp = 4;
8306+
readonly attribute nullable int64u pendingDatasetTimestamp = 5;
83078307
readonly attribute command_id generatedCommandList[] = 65528;
83088308
readonly attribute command_id acceptedCommandList[] = 65529;
83098309
readonly attribute event_id eventList[] = 65530;
@@ -8335,7 +8335,7 @@ provisional cluster ThreadBorderRouterManagement = 1106 {
83358335
}
83368336

83378337
/** Manages the names and credentials of Thread networks visible to the user. */
8338-
provisional cluster ThreadNetworkDirectory = 1107 {
8338+
cluster ThreadNetworkDirectory = 1107 {
83398339
revision 1;
83408340

83418341
struct ThreadNetworkStruct {

0 commit comments

Comments
 (0)