GoogleCoffeeMakerMatterTraits

struct GoogleCoffeeMakerMatterTraits

Trait Container for Matter Traits.

  • This trait provides an interface for turning devices on and off.

    Declaration

    Swift

    let onOffTrait: Matter.OnOffTrait?
  • This trait provides an interface to the setpoint temperature on devices such as washers, refrigerators, and water heaters.

    Declaration

    Swift

    let temperatureControlTrait: Matter.TemperatureControlTrait?
  • This trait provides an interface to temperature measurement capability.

    Declaration

    Swift

    let temperatureMeasurementTrait: Matter.TemperatureMeasurementTrait?