DishwasherDevice.GoogleTraits

class DishwasherDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedOperationalState: ExtendedOperationalState?,
    extendedTemperatureControl: ExtendedTemperatureControl?
)

Public properties

ExtendedOperationalState?

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

ExtendedTemperatureControl?

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

Public constructors

GoogleTraits

GoogleTraits(
    extendedOperationalState: ExtendedOperationalState?,
    extendedTemperatureControl: ExtendedTemperatureControl?
)

Public properties

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.

extendedTemperatureControl

val extendedTemperatureControlExtendedTemperatureControl?

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