GoogleStandmixerDevice.GoogleTraits

class GoogleStandmixerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    cook: Cook?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

Cook?

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

ExtendedOperationalState?

This trait represents any device that supports operating in specific zones, and has an ongoing duration for its operation which can be queried.

Public constructors

GoogleTraits

GoogleTraits(
    cook: Cook?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

cook

val cookCook?

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

extendedOperationalState

val extendedOperationalStateExtendedOperationalState?

This trait represents any device that supports operating in specific zones, and has an ongoing duration for its operation which can be queried.