Skip to content

Commit 15320e2

Browse files
mkardous-silabsyunhanw-google
authored andcommitted
make ClientType arg mandatory
1 parent d168883 commit 15320e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/zap-templates/zcl/data-model/chip/icd-management-cluster.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,9 @@ limitations under the License.
118118
<description>Register a client to the end device</description>
119119
<arg name="CheckInNodeID" type="node_id" optional="false"/>
120120
<arg name="MonitoredSubject" type="int64u" optional="false"/>
121-
<arg name="ClientType" type="ClientTypeEnum" optional="true" default="0"/>
122121
<arg name="Key" type="octet_string" length="16" optional="false"/>
123122
<arg name="VerificationKey" type="octet_string" length="16" optional="true"/>
123+
<arg name="ClientType" type="ClientTypeEnum" optional="false"/>
124124
<access op="invoke" privilege="manage"/>
125125
</command>
126126

0 commit comments

Comments
 (0)