interface State {
    cookTime: number;
    maxCookTime: number;
    wattRating?: number;
}

Hierarchy

  • StateType
    • State

Properties

cookTime: number

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.

MatterSpecification.v13.Cluster § 8.13.5.1

maxCookTime: number

Indicates the maximum value to which the CookTime attribute can be set.

MatterSpecification.v13.Cluster § 8.13.5.2

wattRating?: number

Indicates the rating, in Watts, of the microwave power of the oven.

Supporting this attribute can assist clients in suggesting cooking settings for various foods and beverages.

MatterSpecification.v13.Cluster § 8.13.5.9