The TLS Client Management cluster (0x0802) is a Matter cluster that Manages outbound TLS client connections — endpoints, credentials, and connection state.. It defines 5 commands and 2 attributes.
TLS Client Management 0x0802
Manages outbound TLS client connections — endpoints, credentials, and connection state.
Spec History
This cluster's ClusterRevision across the Matter releases it has shipped in. Click a version to inspect the cluster as it existed in that release.
Attributes 2
Commands 5
| Code | Name | Type | Flags |
|---|---|---|---|
| 0x0000 |
MaxProvisioned
5..254
|
int8u | |
| 0x0001 | ProvisionedEndpoints | array |
| Code | Name | Direction | Parameters |
|---|---|---|---|
| 0x00 |
ProvisionEndpoint
invoke: administer
This command is used to provision a TLS Endpoint for the provided Hostname / Port combination.
|
client→server |
Hostname: octet_string, Port: int16u, CAID: int16u, CCDID: int16u, EndpointID: int16u |
| 0x01 |
ProvisionEndpointResponse
This command is used to report the result of the ProvisionEndpoint command.
|
server→client |
EndpointID: int16u |
| 0x02 |
FindEndpoint
This command is used to find a TLS Endpoint by its ID.
|
client→server |
EndpointID: int16u |
| 0x03 |
FindEndpointResponse
This command is used to report the result of the FindEndpoint command.
|
server→client |
Endpoint: TLSEndpointStruct |
| 0x04 |
RemoveEndpoint
invoke: administer
This command is used to remove a TLS Endpoint by its ID.
|
client→server |
EndpointID: int16u |
Devices Implementing This Cluster
2 devices in the survey implement this cluster