Input to the ProxyDiscovery proxyDiscoverRequest command

MatterSpecification.v13.Core § 9.15.12.4.1

interface ProxyDiscoverRequest {
    numAttributePaths: number;
    numEventPaths: number;
    sourceNodeId: NodeId;
}

Hierarchy (view full)

Properties

numAttributePaths: number

The number of attribute paths the client will have in the subscription request. This is a heuristic/hint to allow a Proxy to better ascertain whether it can support the ensuing subscription.

MatterSpecification.v13.Core § 9.15.12.4.1.2

numEventPaths: number

The number of event paths the client will have in the subscription request. This is a heuristic/hint to allow a Proxy to better ascertain whether it can support the ensuing subscription.

MatterSpecification.v13.Core § 9.15.12.4.1.3

sourceNodeId: NodeId

This is the Node ID of the source for which a client seeks to find a Proxy.

MatterSpecification.v13.Core § 9.15.12.4.1.1