MatterSpecification.v13.Core § 9.6.5.1

interface Target {
    cluster?: ClusterId;
    endpoint?: EndpointNumber;
    fabricIndex: FabricIndex;
    group?: GroupId;
    node?: NodeId;
}

Hierarchy (view full)

Properties

cluster?: ClusterId

This field is the cluster ID (client & server) on the local and target endpoint(s). If this field is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field is present, the target shall be this cluster on the target endpoint(s).

MatterSpecification.v13.Core § 9.6.5.1.4

endpoint?: EndpointNumber

This field is the remote endpoint that the local endpoint is bound to. If the Group field is present, this field shall NOT be present.

MatterSpecification.v13.Core § 9.6.5.1.3

fabricIndex: FabricIndex
group?: GroupId

This field is the target group ID that represents remote endpoints. If the Endpoint field is present, this field shall NOT be present.

MatterSpecification.v13.Core § 9.6.5.1.2

node?: NodeId

This field is the remote target node ID. If the Endpoint field is present, this field shall be present.

MatterSpecification.v13.Core § 9.6.5.1.1