Variable CompleteInstanceConst
CompleteInstance: MutableCluster<{ attributes: { acceptedCommandList: Attribute<.[], never>; attributeList: Attribute<.[], never>; clusterRevision: Attribute<number, never>; currentMode: Attribute<number, any>; featureMap: Attribute<TypeFromPartialBitSchema, never>; generatedCommandList: Attribute<.[], never>; onMode: WritableAttribute<number | null, any> & { isConditional: true; mandatoryIf: [] | [{ onOff: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList; }; startUpMode: OptionalWritableAttribute<number | null, any>; supportedModes: FixedAttribute<.[], any>; }; commands: { changeToMode: Command<., void, any>; }; features: { onOff: BitFlag; }; id: @matter/general; name: "DeviceEnergyManagementMode"; revision: 1; }, []> Type declaration
Readonly
attributes: {
acceptedCommandList: Attribute<.[], never>;
attributeList: Attribute<.[], never>;
clusterRevision: Attribute<number, never>;
currentMode: Attribute<number, any>;
featureMap: Attribute<TypeFromPartialBitSchema, never>;
generatedCommandList: Attribute<.[], never>;
onMode: WritableAttribute<number | null, any> & {
isConditional: true;
mandatoryIf: [] | [{
onOff: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
};
startUpMode: OptionalWritableAttribute<number | null, any>;
supportedModes: FixedAttribute<.[], any>;
}
Readonly
acceptedCommandList: Attribute<.[], never>
Readonly
attributeList: Attribute<.[], never>
Readonly
clusterRevision: Attribute<number, never>
Readonly
currentMode: Attribute<number, any>
Readonly
featureMap: Attribute<TypeFromPartialBitSchema, never>
Readonly
generatedCommandList: Attribute<.[], never>
Readonly
onMode: WritableAttribute<number | null, any> & {
isConditional: true;
mandatoryIf: [] | [{
onOff: boolean;
}];
optional: true;
optionalIf: [] | ConditionalFeatureList;
}
Readonly
supportedModes: FixedAttribute<.[], any>
Readonly
commands: {
changeToMode: Command<., void, any>;
}
Readonly
changeToMode: Command<., void, any>
Readonly
features: {
onOff: BitFlag;
}
Readonly
name: "DeviceEnergyManagementMode"
Readonly
revision: 1
This command is used to change device modes.
On receipt of this command the device shall respond with a ChangeToModeResponse command.