OvenCavityOperationalState

interface OvenCavityOperationalState : OvenCavityOperationalStateTrait.Attributes, MatterTrait, OvenCavityOperationalStateCommands


API for the OvenCavityOperationalState trait. This trait provides an interface for monitoring the operational state of an oven.

Summary

Nested types

Descriptor enum for this trait's attributes.

Descriptor enum for this trait's commands.

Inherited functions

From com.google.home.matter.standard.OvenCavityOperationalStateCommands
suspend OvenCavityOperationalStateTrait.PauseCommand.Response

Pause the oven if possible, based on the current operation underway.

suspend OvenCavityOperationalStateTrait.ResumeCommand.Response

Resume operation if the oven is in a state where it can be resumed.

suspend OvenCavityOperationalStateTrait.StartCommand.Response

Start the oven if it is in a state where it can be started.

suspend OvenCavityOperationalStateTrait.StopCommand.Response

Stop the oven if possible, based on the current operation underway.

From com.google.home.TraitStateInvalidation
suspend Unit

Inherited properties

From com.google.home.matter.standard.OvenCavityOperationalStateTrait.Attributes
List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

UInt?

The estimated time, in seconds, before the operation completes.

UByte?

The current phase of operation being performed by the oven.

UInt

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

OvenCavityOperationalStateTrait.ErrorStateStruct?

The details of any current error condition being experienced by the oven when the operationalState attribute is Error.

OvenCavityOperationalStateTrait.OperationalStateEnum?

The current operational state of the oven.

List<OvenCavityOperationalStateTrait.OperationalStateStruct>?

The set of possible operational states that the oven exposes.

List<String>?

The set of phases that the oven can go through for the selected function or mode.

From com.google.home.Trait

Public functions

Public properties