We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d168883 commit 15320e2Copy full SHA for 15320e2
src/app/zap-templates/zcl/data-model/chip/icd-management-cluster.xml
@@ -118,9 +118,9 @@ limitations under the License.
118
<description>Register a client to the end device</description>
119
<arg name="CheckInNodeID" type="node_id" optional="false"/>
120
<arg name="MonitoredSubject" type="int64u" optional="false"/>
121
- <arg name="ClientType" type="ClientTypeEnum" optional="true" default="0"/>
122
<arg name="Key" type="octet_string" length="16" optional="false"/>
123
<arg name="VerificationKey" type="octet_string" length="16" optional="true"/>
+ <arg name="ClientType" type="ClientTypeEnum" optional="false"/>
124
<access op="invoke" privilege="manage"/>
125
</command>
126
0 commit comments