ThermostatMatterTraits

struct ThermostatMatterTraits

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 to the functionality of a thermostat.

    Declaration

    Swift

    let thermostatTrait: Matter.ThermostatTrait?
  • 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?