This indicates an object describing the navigable target.

MatterSpecification.v13.Cluster § 6.11.4.2

interface TargetInfo {
    identifier: number;
    name: string;
}

Hierarchy (view full)

Properties

Properties

identifier: number

This field shall contain an unique id within the TargetList.

MatterSpecification.v13.Cluster § 6.11.4.2.1

name: string

This field shall contain a name string for the TargetInfoStruct.

MatterSpecification.v13.Cluster § 6.11.4.2.2