RoomAirConditionerDevice.GoogleTraits

class RoomAirConditionerDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    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.

Public constructors

GoogleTraits

GoogleTraits(
    extendedFanControl: ExtendedFanControl?,
    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.