LaundryWasherDevice.GoogleTraits

class LaundryWasherDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedOperationalState: ExtendedOperationalState?,
    toggles: Toggles?,
    extendedTemperatureControl: ExtendedTemperatureControl?,
    extendedModeSelect: ExtendedModeSelect?
)

Public properties

ExtendedModeSelect?
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.

Toggles?

Public constructors

GoogleTraits

GoogleTraits(
    extendedOperationalState: ExtendedOperationalState?,
    toggles: Toggles?,
    extendedTemperatureControl: ExtendedTemperatureControl?,
    extendedModeSelect: ExtendedModeSelect?
)

Public properties

extendedModeSelect

val extendedModeSelectExtendedModeSelect?

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.

toggles

val togglesToggles?