GoogleAirCoolerDevice.GoogleTraits

class GoogleAirCoolerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    relativeHumidityControl: RelativeHumidityControl?,
    extendedThermostat: ExtendedThermostat?
)

Public properties

ExtendedFanControl?

This trait is for devices with extended fan controls.

ExtendedThermostat?

This trait covers handling both temperature point and modes, and is an extension of the Matter standard trait, Thermostat.

RelativeHumidityControl?

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

Public constructors

GoogleTraits

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    relativeHumidityControl: RelativeHumidityControl?,
    extendedThermostat: ExtendedThermostat?
)

Public properties

extendedFanControl

val extendedFanControlExtendedFanControl?

This trait is for devices with extended fan controls.

extendedThermostat

val extendedThermostatExtendedThermostat?

This trait covers handling both temperature point and modes, and is an extension of the Matter standard trait, Thermostat.

relativeHumidityControl

val relativeHumidityControlRelativeHumidityControl?

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