TlvProxyDiscoverRequest: ObjectSchema<{
    numAttributePaths: FieldType<number>;
    numEventPaths: FieldType<number>;
    sourceNodeId: FieldType<NodeId>;
}> = ...

Input to the ProxyDiscovery proxyDiscoverRequest command

Type declaration

  • numAttributePaths: FieldType<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: FieldType<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: FieldType<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

MatterSpecification.v13.Core § 9.15.12.4.1