GoogleFaucetDevice.GoogleTraits

class GoogleFaucetDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

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

Public properties

Dispense?

This trait supports devices dispensing a specified amount of one or more physical items.

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(
    extendedTemperatureControl: ExtendedTemperatureControl?,
    dispense: Dispense?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

dispense

val dispenseDispense?

This trait supports devices dispensing a specified amount of one or more physical items.

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.