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?

This trait belongs to any devices with settings that can only exist in one of two states and provides an interface to a toggle switch that can be turned on or off.

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?

This trait belongs to any devices with settings that can only exist in one of two states and provides an interface to a toggle switch that can be turned on or off.