File tree 1 file changed +3
-3
lines changed
src/app/zap-templates/zcl/data-model/chip
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Git: 0.7-summer-2025-308-g2f23be841
22
22
-->
23
23
<configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
24
24
<domain name =" General" />
25
- <struct name =" TLSCertStruct" apiMaturity =" provisional" isFabricScoped = " true " >
25
+ <struct name =" TLSCertStruct" apiMaturity =" provisional" >
26
26
<cluster code =" 0x0801" />
27
27
<item fieldId =" 0" name =" CAID" type =" int16u" />
28
28
<item fieldId =" 1" name =" Certificate" type =" long_octet_string" length =" 3000" optional =" true" />
29
29
</struct >
30
30
31
- <struct name =" TLSClientCertificateDetailStruct" apiMaturity =" provisional" isFabricScoped = " true " >
31
+ <struct name =" TLSClientCertificateDetailStruct" apiMaturity =" provisional" >
32
32
<cluster code =" 0x0801" />
33
33
<item fieldId =" 0" name =" CCDID" type =" int16u" />
34
34
<item fieldId =" 1" name =" ClientCertificate" type =" long_octet_string" length =" 3000" optional =" true" />
@@ -109,7 +109,7 @@ Git: 0.7-summer-2025-308-g2f23be841
109
109
<arg id =" 2" name =" Nonce" type =" octet_string" />
110
110
</command >
111
111
112
- <command code =" 0x09" source =" client" name =" ProvisionClientCertificate" optional =" false" isFabricScoped = " true " >
112
+ <command code =" 0x09" source =" client" name =" ProvisionClientCertificate" optional =" false" >
113
113
<description >This command SHALL be generated to request the Node provisions newly provided Client Certificate Details, or rotate an existing client certificate.</description >
114
114
<access op =" invoke" privilege =" administer" />
115
115
<quality largeMessage =" true" />
You can’t perform that action at this time.
0 commit comments