MatterSpecification.v13.Core § 9.15.13.4.1

interface Configuration {
    proxyAllNodes: boolean;
    sourceList: NodeId[];
}

Hierarchy (view full)

Properties

proxyAllNodes: boolean = ...

This field shall be set to true to indicate to the proxy that it shall proxy all nodes. When true, the SourceList attribute is ignored.

MatterSpecification.v13.Core § 9.15.13.4.1.1

sourceList: NodeId[] = ...

When ProxyAllNodes is false, this list contains the set of Node IDs of sources that this proxy shall specifically proxy.

MatterSpecification.v13.Core § 9.15.13.4.1.2