CompleteInstance: MutableCluster<{
    attributes: {
        acceptedCommandList: Attribute<.[], never>;
        attributeList: Attribute<.[], never>;
        clientList: FixedAttribute<ClusterId[], any>;
        clusterRevision: Attribute<number, never>;
        deviceTypeList: FixedAttribute<TypeFromFields[], any>;
        featureMap: Attribute<TypeFromPartialBitSchema, never>;
        generatedCommandList: Attribute<.[], never>;
        partsList: Attribute<EndpointNumber[], any>;
        serverList: FixedAttribute<ClusterId[], any>;
        tagList: FixedAttribute<TypeFromFields[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                tagList: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    };
    features: {
        tagList: BitFlag;
    };
    id: @matter/general;
    name: "Descriptor";
    revision: 2;
}, []>

Type declaration

  • Readonlyattributes: {
        acceptedCommandList: Attribute<.[], never>;
        attributeList: Attribute<.[], never>;
        clientList: FixedAttribute<ClusterId[], any>;
        clusterRevision: Attribute<number, never>;
        deviceTypeList: FixedAttribute<TypeFromFields[], any>;
        featureMap: Attribute<TypeFromPartialBitSchema, never>;
        generatedCommandList: Attribute<.[], never>;
        partsList: Attribute<EndpointNumber[], any>;
        serverList: FixedAttribute<ClusterId[], any>;
        tagList: FixedAttribute<TypeFromFields[], any> & {
            isConditional: true;
            mandatoryIf: [] | [{
                tagList: boolean;
            }];
            optional: true;
            optionalIf: [] | ConditionalFeatureList;
        };
    }
    • ReadonlyacceptedCommandList: Attribute<.[], never>
    • ReadonlyattributeList: Attribute<.[], never>
    • ReadonlyclientList: FixedAttribute<ClusterId[], any>
    • ReadonlyclusterRevision: Attribute<number, never>
    • ReadonlydeviceTypeList: FixedAttribute<TypeFromFields[], any>
    • ReadonlyfeatureMap: Attribute<TypeFromPartialBitSchema, never>
    • ReadonlygeneratedCommandList: Attribute<.[], never>
    • ReadonlypartsList: Attribute<EndpointNumber[], any>
    • ReadonlyserverList: FixedAttribute<ClusterId[], any>
    • ReadonlytagList: FixedAttribute<TypeFromFields[], any> & {
          isConditional: true;
          mandatoryIf: [] | [{
              tagList: boolean;
          }];
          optional: true;
          optionalIf: [] | ConditionalFeatureList;
      }
  • Readonlyfeatures: {
        tagList: BitFlag;
    }
    • ReadonlytagList: BitFlag

      TagList

      See the Disambiguation section in the System Model spec for conformance requirements for this feature and the corresponding attribute.

      MatterSpecification.v13.Core § 9.5.4.1

  • Readonlyid: @matter/general
  • Readonlyname: "Descriptor"
  • Readonlyrevision: 2