@@ -19,7 +19,7 @@ limitations under the License.
19
19
20
20
<struct name =" ThreadNetworkStruct" >
21
21
<cluster code =" 0x0453" />
22
- <item name =" ExtendedPanId " type =" int64u" />
22
+ <item name =" ExtendedPanID " type =" int64u" />
23
23
<item name =" NetworkName" type =" char_string" length =" 16" />
24
24
<item name =" Channel" type =" int16u" />
25
25
</struct >
@@ -56,12 +56,12 @@ limitations under the License.
56
56
<command source =" client" code =" 0x01" name =" RemoveNetwork" optional =" false" >
57
57
<description >Removes an entry from the ThreadNetworks list.</description >
58
58
<access op =" invoke" privilege =" manage" />
59
- <arg name =" ExtendedPanId " type =" int64u" />
59
+ <arg name =" ExtendedPanID " type =" int64u" />
60
60
</command >
61
61
<command source =" client" code =" 0x02" name =" GetOperationalDataset" optional =" false" response =" OperationalDatasetResponse" >
62
62
<description >Retrieves a Thread Operational Dataset from the ThreadNetworks list.</description >
63
63
<access op =" invoke" privilege =" operate" />
64
- <arg name =" ExtendedPanId " type =" int64u" />
64
+ <arg name =" ExtendedPanID " type =" int64u" />
65
65
</command >
66
66
<command source =" server" code =" 0x03" name =" OperationalDatasetResponse" optional =" false" >
67
67
<description >This is the response to a GetOperationalDataset request.</description >
@@ -70,7 +70,7 @@ limitations under the License.
70
70
71
71
<event side =" server" code =" 0x00" name =" NetworkChanged" priority =" info" optional =" false" >
72
72
<description >This event SHALL be generated when an entry in ThreadNetworks is added, removed, or had its Operational Dataset changed.</description >
73
- <field id =" 0" name =" ExtendedPanId " type =" int64u" />
73
+ <field id =" 0" name =" ExtendedPanID " type =" int64u" />
74
74
<access op =" read" privilege =" operate" />
75
75
</event >
76
76
</cluster >
0 commit comments