Skip to content

Commit

Permalink
Remove cli attribute for response
Browse files Browse the repository at this point in the history
  • Loading branch information
ksperling-apple committed Nov 8, 2023
1 parent fb44bed commit f589dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ limitations under the License.
<arg name="PossessionNonce" type="OCTET_STRING" length="32" optional="true"/>
<access op="invoke" privilege="administer"/>
</command>
<command source="server" code="0x0a" name="QueryIdentityResponse" optional="true" cli="chip network_commissioning queryidentityresponse">
<command source="server" code="0x0a" name="QueryIdentityResponse" optional="true">
<description>Command that contains details about a network client identity and optionally a proof of possession.</description>
<arg name="Identity" type="OCTET_STRING" length="140"/>
<arg name="PossessionSignature" type="OCTET_STRING" length="64" optional="true"/>
Expand Down

0 comments on commit f589dba

Please sign in to comment.