Skip to content

Commit c4749e4

Browse files
committed
Re-generated with latest spec, using:
./alchemy zap --attribute="in-progress" --sdkRoot=[] --specRoot=[] 'TLSCertificateManagement.adoc'
1 parent e0eef1a commit c4749e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<!--
3-
Copyright (c) 2024 Project CHIP Authors
3+
Copyright (c) 2024-2025 Project CHIP Authors
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ limitations under the License.
1818
XML generated by Alchemy; DO NOT EDIT.
1919
Source: src/tls/TLSCertificateManagement.adoc
2020
Parameters: in-progress
21-
Git: 1.4-333-gfa9c78773
21+
Git: 1.4-534-g3214b3502
2222
-->
2323
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
2424
<domain name="General"/>
@@ -32,7 +32,7 @@ Git: 1.4-333-gfa9c78773
3232
<cluster code="0x0801"/>
3333
<item fieldId="0" name="CCDID" type="int16u"/>
3434
<item fieldId="1" name="ClientCertificate" type="long_octet_string" length="3000"/>
35-
<item fieldId="2" name="IntermediateCerts" array="true" type="octet_string"/>
35+
<item fieldId="2" name="IntermediateCertificates" array="true" type="octet_string"/>
3636
</struct>
3737

3838
<cluster apiMaturity="provisional">
@@ -53,7 +53,7 @@ Git: 1.4-333-gfa9c78773
5353
<description>This command SHALL provision the provided certificate for the passed in CAID.</description>
5454
<access op="invoke" privilege="administer"/>
5555
<arg id="0" name="Certificate" type="long_octet_string" length="3000"/>
56-
<arg id="1" name="CAID" type="int16u" optional="true" isNullable="true"/>
56+
<arg id="1" name="CAID" type="int16u" isNullable="true"/>
5757
</command>
5858

5959
<command code="0x01" source="server" name="ProvisionRootCertificateResponse" optional="false" disableDefaultResponse="true">
@@ -63,7 +63,7 @@ Git: 1.4-333-gfa9c78773
6363

6464
<command code="0x02" source="client" name="FindRootCertificate" optional="false" response="FindRootCertificateResponse">
6565
<description>This command SHALL return the TLSCertStruct for the passed in CAID.</description>
66-
<arg id="0" name="CAID" type="int16u" optional="true" isNullable="true"/>
66+
<arg id="0" name="CAID" type="int16u" isNullable="true"/>
6767
</command>
6868

6969
<command code="0x03" source="server" name="FindRootCertificateResponse" optional="false" disableDefaultResponse="true">

0 commit comments

Comments
 (0)