@@ -18,7 +18,7 @@ limitations under the License.
18
18
XML generated by Alchemy; DO NOT EDIT.
19
19
Source: src/tls/TLSClientManagement.adoc
20
20
Parameters: in-progress
21
- Git: 1.4-819-g9894ad1b9
21
+ Git: 0.7-summer-2025
22
22
-->
23
23
<configurator xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" ../../zcl.xsd" >
24
24
<domain name =" General" />
@@ -34,12 +34,12 @@ Git: 1.4-819-g9894ad1b9
34
34
<item fieldId =" 1" name =" Hostname" type =" octet_string" />
35
35
<item fieldId =" 2" name =" Port" type =" int16u" />
36
36
<item fieldId =" 3" name =" CAID" type =" int16u" />
37
- <item fieldId =" 4" name =" CCDID" type =" int16u" isNullable =" true" optional = " true " />
37
+ <item fieldId =" 4" name =" CCDID" type =" int16u" isNullable =" true" />
38
38
<item fieldId =" 5" name =" Status" type =" TLSEndpointStatusEnum" min =" 0x00" max =" 0x01" />
39
39
</struct >
40
40
41
41
<cluster apiMaturity =" provisional" >
42
- <domain name =" General" / >
42
+ <domain name =" General" >General</ domain >
43
43
<name >TLS Client Management</name >
44
44
<code >0x0802</code >
45
45
<define >TLS_CLIENT_MANAGEMENT_CLUSTER</define >
@@ -49,36 +49,40 @@ Git: 1.4-819-g9894ad1b9
49
49
<globalAttribute code =" 0xFFFD" side =" either" value =" 1" />
50
50
<attribute code =" 0x0000" side =" server" define =" MAX_PROVISIONED" type =" int8u" >MaxProvisioned</attribute >
51
51
<attribute code =" 0x0001" side =" server" define =" CURRENT_PROVISIONED" type =" int8u" >CurrentProvisioned</attribute >
52
- <attribute code =" 0x0002" side =" server" define =" MAX_IN_USE" type =" int8u" >MaxInUse</attribute >
53
- <attribute code =" 0x0003" side =" server" define =" CURRENT_IN_USE" type =" int8u" >CurrentInUse</attribute >
52
+ <attribute code =" 0x0002" side =" server" define =" MAX_IN_USE" type =" int8u" >CurrentInUse</attribute >
54
53
<command code =" 0x00" source =" client" name =" ProvisionEndpoint" optional =" false" response =" ProvisionEndpointResponse" >
55
54
<description >This command SHALL provision a TLS Endpoint for the provided HostName / Port combination.</description >
56
55
<access op =" invoke" privilege =" administer" />
56
+ <quality largeMessage =" true" />
57
57
<arg id =" 0" name =" Hostname" type =" octet_string" />
58
58
<arg id =" 1" name =" Port" type =" int16u" />
59
59
<arg id =" 2" name =" CAID" type =" int16u" />
60
- <arg id =" 3" name =" CCDID" type =" int16u" optional = " true " isNullable =" true" />
61
- <arg id =" 4" name =" EndpointID" type =" int16u" optional = " true " isNullable =" true" />
60
+ <arg id =" 3" name =" CCDID" type =" int16u" isNullable =" true" />
61
+ <arg id =" 4" name =" EndpointID" type =" int16u" isNullable =" true" />
62
62
</command >
63
63
64
64
<command code =" 0x01" source =" server" name =" ProvisionEndpointResponse" optional =" false" disableDefaultResponse =" true" >
65
65
<description >This command SHALL be generated in response to a ProvisionEndpointRequest command.</description >
66
+ <quality largeMessage =" true" />
66
67
<arg id =" 0" name =" EndpointID" type =" int16u" />
67
68
</command >
68
69
69
70
<command code =" 0x02" source =" client" name =" FindEndpoint" optional =" false" response =" FindEndpointResponse" >
70
- <description >This command SHALL return the TLS Endpoint details for the passed in EndpointID.</description >
71
- <arg id =" 0" name =" EndpointID" type =" int16u" optional =" true" isNullable =" true" />
71
+ <description >This command SHALL return the TLS Endpoint details for the passed in EndpointID, or all provisioned endpoints if nu </description >
72
+ <quality largeMessage =" true" />
73
+ <arg id =" 0" name =" EndpointID" type =" int16u" isNullable =" true" />
72
74
</command >
73
75
74
76
<command code =" 0x03" source =" server" name =" FindEndpointResponse" optional =" false" disableDefaultResponse =" true" >
75
77
<description >This command SHALL be generated in response to a FindEndpointRequest command.</description >
78
+ <quality largeMessage =" true" />
76
79
<arg id =" 0" name =" Endpoints" array =" true" type =" TLSEndpointStruct" />
77
80
</command >
78
81
79
82
<command code =" 0x04" source =" client" name =" RemoveEndpoint" optional =" false" >
80
83
<description >This command SHALL be generated to request the Node terminates the TLS Connection.</description >
81
84
<access op =" invoke" privilege =" administer" />
85
+ <quality largeMessage =" true" />
82
86
<arg id =" 0" name =" EndpointID" type =" int16u" />
83
87
</command >
84
88
0 commit comments