Skip to content

Commit f4264f1

Browse files
committedJun 4, 2024
Use ExtendedPanID as per spec
1 parent 141ab67 commit f4264f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ limitations under the License.
1919

2020
<struct name="ThreadNetworkStruct">
2121
<cluster code="0x0453"/>
22-
<item name="ExtendedPanId" type="int64u"/>
22+
<item name="ExtendedPanID" type="int64u"/>
2323
<item name="NetworkName" type="char_string" length="16"/>
2424
<item name="Channel" type="int16u"/>
2525
</struct>
@@ -56,12 +56,12 @@ limitations under the License.
5656
<command source="client" code="0x01" name="RemoveNetwork" optional="false">
5757
<description>Removes an entry from the ThreadNetworks list.</description>
5858
<access op="invoke" privilege="manage"/>
59-
<arg name="ExtendedPanId" type="int64u"/>
59+
<arg name="ExtendedPanID" type="int64u"/>
6060
</command>
6161
<command source="client" code="0x02" name="GetOperationalDataset" optional="false" response="OperationalDatasetResponse">
6262
<description>Retrieves a Thread Operational Dataset from the ThreadNetworks list.</description>
6363
<access op="invoke" privilege="operate"/>
64-
<arg name="ExtendedPanId" type="int64u"/>
64+
<arg name="ExtendedPanID" type="int64u"/>
6565
</command>
6666
<command source="server" code="0x03" name="OperationalDatasetResponse" optional="false">
6767
<description>This is the response to a GetOperationalDataset request.</description>
@@ -70,7 +70,7 @@ limitations under the License.
7070

7171
<event side="server" code="0x00" name="NetworkChanged" priority="info" optional="false">
7272
<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"/>
7474
<access op="read" privilege="operate"/>
7575
</event>
7676
</cluster>

0 commit comments

Comments
 (0)