Input to the TargetNavigator navigateTarget command

MatterSpecification.v13.Cluster § 6.11.6.1

interface NavigateTargetRequest {
    data?: string;
    target: number;
}

Hierarchy (view full)

Properties

Properties

data?: string

This field shall indicate Optional app-specific data.

MatterSpecification.v13.Cluster § 6.11.6.1.2

target: number

This field shall indicate the Identifier for the target for UX navigation. The Target shall be an Identifier value contained within one of the TargetInfoStruct objects in the TargetList attribute.

MatterSpecification.v13.Cluster § 6.11.6.1.1