GoogleCoffeeMakerDevice.GoogleTraits

class GoogleCoffeeMakerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    cook: Cook?,
    extendedTemperatureControl: ExtendedTemperatureControl?
)

Public properties

Cook?

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

ExtendedTemperatureControl?

Trait for devices, other than thermostats, that support controlling temperature, either within or around the device.

Public constructors

GoogleTraits

GoogleTraits(
    cook: Cook?,
    extendedTemperatureControl: ExtendedTemperatureControl?
)

Public properties

cook

val cookCook?

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

extendedTemperatureControl

val extendedTemperatureControlExtendedTemperatureControl?

Trait for devices, other than thermostats, that support controlling temperature, either within or around the device.