HumiditySensorDevice.GoogleTraits

class HumiditySensorDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    relativeHumidityControl: RelativeHumidityControl?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

ExtendedFanControl?

This trait is for devices with extended fan controls.

ExtendedOperationalState?

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

RelativeHumidityControl?

This trait belongs to devices that support humidity settings such as humidifiers and dehumidifiers.

Public constructors

GoogleTraits

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    relativeHumidityControl: RelativeHumidityControl?,
    extendedOperationalState: ExtendedOperationalState?
)

Public properties

extendedFanControl

val extendedFanControlExtendedFanControl?

This trait is for devices with extended fan controls.

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.

relativeHumidityControl

val relativeHumidityControlRelativeHumidityControl?

This trait belongs to devices that support humidity settings such as humidifiers and dehumidifiers.