Skip to content

Commit dbadd3d

Browse files
Add mustUseTimedInvoke="true" to commands
1 parent 90c1b76 commit dbadd3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,17 @@ limitations under the License.
4848
</attribute>
4949
<attribute side="server" code="0x0002" define="THREAD_NETWORK_TABLE_SIZE" type="int8u" writable="false" optional="false">ThreadNetworkTableSize</attribute>
5050

51-
<command source="client" code="0x00" name="AddNetwork" optional="false">
51+
<command source="client" code="0x00" name="AddNetwork" mustUseTimedInvoke="true" optional="false">
5252
<description>Adds an entry to the ThreadNetworks list.</description>
5353
<access op="invoke" privilege="manage"/>
5454
<arg name="OperationalDataset" type="octet_string" length="254"/>
5555
</command>
56-
<command source="client" code="0x01" name="RemoveNetwork" optional="false">
56+
<command source="client" code="0x01" name="RemoveNetwork" mustUseTimedInvoke="true" optional="false">
5757
<description>Removes an entry from the ThreadNetworks list.</description>
5858
<access op="invoke" privilege="manage"/>
5959
<arg name="ExtendedPanID" type="int64u"/>
6060
</command>
61-
<command source="client" code="0x02" name="GetOperationalDataset" optional="false" response="OperationalDatasetResponse">
61+
<command source="client" code="0x02" name="GetOperationalDataset" mustUseTimedInvoke="true" optional="false" response="OperationalDatasetResponse">
6262
<description>Retrieves a Thread Operational Dataset from the ThreadNetworks list.</description>
6363
<access op="invoke" privilege="operate"/>
6464
<arg name="ExtendedPanID" type="int64u"/>

0 commit comments

Comments
 (0)