Variable CompleteInstanceConst
CompleteInstance: MutableCluster<{ attributes: { cookTime: Attribute<number, any>; maxCookTime: FixedAttribute<number, any>; maxPower: FixedAttribute<number, any> & { isConditional: true; mandatoryIf: [] | [{ powerNumberLimits: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; minPower: FixedAttribute<number, any> & { isConditional: true; mandatoryIf: [] | [{ powerNumberLimits: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; powerSetting: Attribute<number, any> & { isConditional: true; mandatoryIf: [] | [{ powerAsNumber: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; powerStep: FixedAttribute<number, any> & { isConditional: true; mandatoryIf: [] | [{ powerNumberLimits: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; selectedWattIndex: Attribute<number, any> & { isConditional: true; mandatoryIf: [] | [{ powerInWatts: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; supportedWatts: FixedAttribute<number[], any> & { isConditional: true; mandatoryIf: [] | [{ powerInWatts: boolean; }]; optional: true; optionalIf: [] | ConditionalFeatureList<BitSchema>; }; wattRating: OptionalFixedAttribute<number, any>; }; commands: { addMoreTime: OptionalCommand<TypeFromFields<{ timeToAdd: FieldType<number>; }>, void, any>; setCookingParameters: Command<TypeFromFields<{ cookMode: OptionalFieldType<number>; cookTime: OptionalFieldType<number>; powerSetting: OptionalFieldType<number>; startAfterSetting: OptionalFieldType<boolean>; wattSettingIndex: OptionalFieldType<number>; }>, void, any>; }; features: { powerAsNumber: BitFlag; powerInWatts: BitFlag; powerNumberLimits: BitFlag; }; id: 95; name: "MicrowaveOvenControl"; revision: 1; }, []> = ...
Indicates the total cook time associated with the operation of the device.
This attribute shall remain unchanged during the operation of the oven unless the value is changed via a command or out-of-band action.