Variable CompleteInstanceConst
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
Readonly
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;
};
}
Readonly
acceptedCommandList: Attribute<.[], never>
Readonly
attributeList: Attribute<.[], never>
Readonly
clientList: FixedAttribute<ClusterId[], any>
Readonly
clusterRevision: Attribute<number, never>
Readonly
deviceTypeList: FixedAttribute<TypeFromFields[], any>
Readonly
featureMap: Attribute<TypeFromPartialBitSchema, never>
Readonly
generatedCommandList: Attribute<.[], never>
Readonly
partsList: Attribute<EndpointNumber[], any>
Readonly
serverList: FixedAttribute<ClusterId[], any>
Readonly
tagList: FixedAttribute<TypeFromFields[], any> & {
isConditional: true;
mandatoryIf: [] | [{
tagList: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
Readonly
features: {
tagList: BitFlag;
}
Readonly
name: "Descriptor"
Readonly
revision: 2
TagList
See the Disambiguation section in the System Model spec for conformance requirements for this feature and the corresponding attribute.