RoomAirConditionerMatterTraits

struct RoomAirConditionerMatterTraits

Trait Container for Matter Traits.

  • This trait supports an endpoint identification state (such as a flashing light) that indicates to an observer (such as an installer) which of several nodes or endpoints it is.

    Declaration

    Swift

    let identifyTrait: Matter.IdentifyTrait?
  • This trait provides an interface for turning devices on and off.

    Declaration

    Swift

    let onOffTrait: Matter.OnOffTrait?
  • This trait provides an interface to the functionality of a thermostat.

    Declaration

    Swift

    let thermostatTrait: Matter.ThermostatTrait?
  • This trait provides an interface for controlling the speed of a fan.

    Declaration

    Swift

    let fanControlTrait: Matter.FanControlTrait?
  • This trait provides an interface to allow configuration of the user interface for a thermostat, or a thermostat controller device, that supports a keypad and LCD screen.

    Declaration

    Swift

    let thermostatUserInterfaceConfigurationTrait: Matter.ThermostatUserInterfaceConfigurationTrait?
  • This trait provides an interface to temperature measurement capability.

    Declaration

    Swift

    let temperatureMeasurementTrait: Matter.TemperatureMeasurementTrait?
  • This trait provides an interface to relative humidity measurements of water in the air.

    Declaration

    Swift

    let relativeHumidityMeasurementTrait: Matter.RelativeHumidityMeasurementTrait?