ClusterInstance: MutableCluster<{
    attributes: {
        configurationList: WritableAttribute<TypeFromFields<{
            proxyAllNodes: FieldType<boolean>;
            sourceList: FieldType<NodeId[]>;
        }>[], any>;
    };
    id: 66;
    name: "ProxyConfiguration";
    revision: 1;
}, []> = ...

Type declaration

  • Readonlyattributes: {
        configurationList: WritableAttribute<TypeFromFields<{
            proxyAllNodes: FieldType<boolean>;
            sourceList: FieldType<NodeId[]>;
        }>[], any>;
    }
    • ReadonlyconfigurationList: WritableAttribute<TypeFromFields<{
          proxyAllNodes: FieldType<boolean>;
          sourceList: FieldType<NodeId[]>;
      }>[], any>

      List of proxy configurations. There shall NOT be multiple entries in this list for the same fabric.

      MatterSpecification.v13.Core § 9.15.13.5.1

  • Readonlyid: 66
  • Readonlyname: "ProxyConfiguration"
  • Readonlyrevision: 1