File tree 1 file changed +3
-3
lines changed
src/app/zap-templates/zcl/data-model/chip
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,17 +48,17 @@ limitations under the License.
48
48
</attribute >
49
49
<attribute side =" server" code =" 0x0002" define =" THREAD_NETWORK_TABLE_SIZE" type =" int8u" writable =" false" optional =" false" >ThreadNetworkTableSize</attribute >
50
50
51
- <command source =" client" code =" 0x00" name =" AddNetwork" optional =" false" >
51
+ <command source =" client" code =" 0x00" name =" AddNetwork" mustUseTimedInvoke = " true " optional =" false" >
52
52
<description >Adds an entry to the ThreadNetworks list.</description >
53
53
<access op =" invoke" privilege =" manage" />
54
54
<arg name =" OperationalDataset" type =" octet_string" length =" 254" />
55
55
</command >
56
- <command source =" client" code =" 0x01" name =" RemoveNetwork" optional =" false" >
56
+ <command source =" client" code =" 0x01" name =" RemoveNetwork" mustUseTimedInvoke = " true " optional =" false" >
57
57
<description >Removes an entry from the ThreadNetworks list.</description >
58
58
<access op =" invoke" privilege =" manage" />
59
59
<arg name =" ExtendedPanID" type =" int64u" />
60
60
</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" >
62
62
<description >Retrieves a Thread Operational Dataset from the ThreadNetworks list.</description >
63
63
<access op =" invoke" privilege =" operate" />
64
64
<arg name =" ExtendedPanID" type =" int64u" />
You can’t perform that action at this time.
0 commit comments