GoogleFryerMatterTraits

struct GoogleFryerMatterTraits

Trait Container for Matter Traits.

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

    Declaration

    Swift

    let onOffTrait: Matter.OnOffTrait?
  • This trait supports remote monitoring and allows the operational state of any device to be changed provided that a state machine is part of the operation.

    Declaration

    Swift

    let operationalStateTrait: Matter.OperationalStateTrait?