Skip to content

Commit 51dbcbd

Browse files
committed
Workaround for project-chip/zap#1255
1 parent 82b6f58 commit 51dbcbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Git: 0.7-summer-2025-308-g2f23be841
2222
-->
2323
<configurator xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../zcl.xsd">
2424
<domain name="General"/>
25-
<struct name="TLSCertStruct" apiMaturity="provisional" isFabricScoped="true">
25+
<struct name="TLSCertStruct" apiMaturity="provisional">
2626
<cluster code="0x0801"/>
2727
<item fieldId="0" name="CAID" type="int16u"/>
2828
<item fieldId="1" name="Certificate" type="long_octet_string" length="3000" optional="true"/>
2929
</struct>
3030

31-
<struct name="TLSClientCertificateDetailStruct" apiMaturity="provisional" isFabricScoped="true">
31+
<struct name="TLSClientCertificateDetailStruct" apiMaturity="provisional">
3232
<cluster code="0x0801"/>
3333
<item fieldId="0" name="CCDID" type="int16u"/>
3434
<item fieldId="1" name="ClientCertificate" type="long_octet_string" length="3000" optional="true"/>
@@ -109,7 +109,7 @@ Git: 0.7-summer-2025-308-g2f23be841
109109
<arg id="2" name="Nonce" type="octet_string"/>
110110
</command>
111111

112-
<command code="0x09" source="client" name="ProvisionClientCertificate" optional="false" isFabricScoped="true">
112+
<command code="0x09" source="client" name="ProvisionClientCertificate" optional="false">
113113
<description>This command SHALL be generated to request the Node provisions newly provided Client Certificate Details, or rotate an existing client certificate.</description>
114114
<access op="invoke" privilege="administer"/>
115115
<quality largeMessage="true"/>

0 commit comments

Comments
 (0)