MicrowaveOvenDevice.GoogleTraits

class MicrowaveOvenDevice.GoogleTraits


Trait Container for MicrowaveOvenDevice Google Traits.

Summary

Public constructors

GoogleTraits(traitProvider: TraitProvider)

Public properties

Cook?

This trait belongs to devices that can cook food according to various food presets and supported cooking modes.

ExtendedModeSelect?
Timer?

This trait can be used to control a built-in timer on a device, such as starting a new timer on a sprinkler, and pausing and canceling the timer.

Public constructors

GoogleTraits

GoogleTraits(traitProvider: TraitProvider)

Public properties

cook

val cook: Cook?

This trait belongs to devices that can cook food according to various food presets and supported cooking modes.

extendedModeSelect

val extendedModeSelect: ExtendedModeSelect?

timer

val timer: Timer?

This trait can be used to control a built-in timer on a device, such as starting a new timer on a sprinkler, and pausing and canceling the timer.