Input to the MicrowaveOvenControl addMoreTime command

MatterSpecification.v13.Cluster § 8.13.6.3

interface AddMoreTimeRequest {
    timeToAdd: number;
}

Hierarchy (view full)

Properties

Properties

timeToAdd: number

This field shall indicate the number of seconds to be added to the CookTime attribute.

MatterSpecification.v13.Cluster § 8.13.6.3.1