This command shall be generated in response to NavigateTarget command.

MatterSpecification.v13.Cluster § 6.11.6.2

interface NavigateTargetResponse {
    data?: string;
    status: TargetNavigator.Status;
}

Hierarchy (view full)

Properties

Properties

data?: string

This field shall indicate Optional app-specific data.

MatterSpecification.v13.Cluster § 6.11.6.2.2

This field shall indicate the of the command.

MatterSpecification.v13.Cluster § 6.11.6.2.1