TlvConfiguration: ObjectSchema<{
    proxyAllNodes: FieldType<boolean>;
    sourceList: FieldType<NodeId[]>;
}> = ...

Type declaration

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

MatterSpecification.v13.Core § 9.15.13.4.1