Variable CompleteInstanceConst
CompleteInstance: MutableCluster<{ attributes: { acceptedCommandList: Attribute<.[], never>; attributeList: Attribute<.[], never>; clusterRevision: Attribute<number, never>; currentHeapFree: OptionalAttribute<number | bigint, any>; currentHeapHighWatermark: Attribute<number | bigint, any> & { isConditional: true; mandatoryIf: [] | [{ watermarks: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList; }; currentHeapUsed: OptionalAttribute<number | bigint, any>; featureMap: Attribute<TypeFromPartialBitSchema, never>; generatedCommandList: Attribute<.[], never>; threadMetrics: OptionalAttribute<TypeFromFields[], any>; }; commands: { resetWatermarks: Command<void, void, any> & { isConditional: true; mandatoryIf: [] | [{ watermarks: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList; }; }; events: { softwareFault: OptionalEvent<TypeFromFields, any>; }; features: { watermarks: BitFlag; }; id: @matter/general; name: "SoftwareDiagnostics"; revision: 1; }, []> Type declaration
Readonly
attributes: {
acceptedCommandList: Attribute<.[], never>;
attributeList: Attribute<.[], never>;
clusterRevision: Attribute<number, never>;
currentHeapFree: OptionalAttribute<number | bigint, any>;
currentHeapHighWatermark: Attribute<number | bigint, any> & {
isConditional: true;
mandatoryIf: [] | [{
watermarks: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
};
currentHeapUsed: OptionalAttribute<number | bigint, any>;
featureMap: Attribute<TypeFromPartialBitSchema, never>;
generatedCommandList: Attribute<.[], never>;
threadMetrics: OptionalAttribute<TypeFromFields[], any>;
}
Readonly
acceptedCommandList: Attribute<.[], never>
Readonly
attributeList: Attribute<.[], never>
Readonly
clusterRevision: Attribute<number, never>
Readonly
currentHeapFree: OptionalAttribute<number | bigint, any>
Readonly
currentHeapHighWatermark: Attribute<number | bigint, any> & {
isConditional: true;
mandatoryIf: [] | [{
watermarks: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
Readonly
currentHeapUsed: OptionalAttribute<number | bigint, any>
Readonly
featureMap: Attribute<TypeFromPartialBitSchema, never>
Readonly
generatedCommandList: Attribute<.[], never>
Readonly
threadMetrics: OptionalAttribute<TypeFromFields[], any>
Readonly
commands: {
resetWatermarks: Command<void, void, any> & {
isConditional: true;
mandatoryIf: [] | [{
watermarks: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
};
}
Readonly
resetWatermarks: Command<void, void, any> & {
isConditional: true;
mandatoryIf: [] | [{
watermarks: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
Readonly
events: {
softwareFault: OptionalEvent<TypeFromFields, any>;
}
Readonly
features: {
watermarks: BitFlag;
}
Readonly
name: "SoftwareDiagnostics"
Readonly
revision: 1
The SoftwareFault Event shall be generated when a software fault takes place on the Node.