@@ -22,7 +22,7 @@ limitations under the License.
22
22
<field name =" PANChange" mask =" 0x1" />
23
23
</bitmap >
24
24
25
- <cluster apiMaturity = " provisional " >
25
+ <cluster >
26
26
<domain >Network Infrastructure</domain >
27
27
<name >Thread Border Router Management</name >
28
28
<code >0x0452</code >
@@ -33,41 +33,41 @@ limitations under the License.
33
33
34
34
<globalAttribute code =" 0xFFFD" side =" either" value =" 1" />
35
35
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 >
37
37
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 >
39
39
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 >
41
41
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 >
43
43
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 >
45
45
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 >
47
47
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" >
49
49
<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 >
50
50
<access op =" invoke" privilege =" manage" />
51
51
</command >
52
52
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" >
54
54
<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 >
55
55
<access op =" invoke" privilege =" manage" />
56
56
</command >
57
57
58
- <command source =" server" code =" 0x02" apiMaturity = " provisional " name =" DatasetResponse" optional =" false" >
58
+ <command source =" server" code =" 0x02" name =" DatasetResponse" optional =" false" >
59
59
<description >Generated response to GetActiveDatasetRequest or GetPendingDatasetRequest commands.</description >
60
60
<arg name =" Dataset" type =" octet_string" length =" 254" />
61
61
</command >
62
62
63
- <command source =" client" code =" 0x03" apiMaturity = " provisional " name =" SetActiveDatasetRequest" optional =" false" >
63
+ <command source =" client" code =" 0x03" name =" SetActiveDatasetRequest" optional =" false" >
64
64
<description >Command to set or update the active Dataset of the Thread network to which the Border Router is connected.</description >
65
65
<arg name =" ActiveDataset" type =" octet_string" length =" 254" />
66
66
<arg name =" Breadcrumb" type =" int64u" optional =" true" />
67
67
<access op =" invoke" privilege =" manage" />
68
68
</command >
69
69
70
- <command source =" client" code =" 0x04" apiMaturity = " provisional " name =" SetPendingDatasetRequest" optional =" true" >
70
+ <command source =" client" code =" 0x04" name =" SetPendingDatasetRequest" optional =" true" >
71
71
<description >Command set or update the pending Dataset of the Thread network to which the Border Router is connected.</description >
72
72
<arg name =" PendingDataset" type =" octet_string" length =" 254" />
73
73
<access op =" invoke" privilege =" manage" />
0 commit comments