GoogleAutoGoogleTraits

struct GoogleAutoGoogleTraits

Trait Container for Google Traits.

  • This trait belongs to any devices that support locking and unlocking, or reporting a locked state, except door locks, which are covered by the Matter standard DoorLock cluster.

    Declaration

    Swift

    let lockUnlockTrait: Google.LockUnlockTrait?
  • This trait represents any device that supports operating in specific zones, and has an ongoing duration for its operation which can be queried.

    Declaration

    Swift

    let extendedOperationalStateTrait: Google.ExtendedOperationalStateTrait?
  • This trait belongs to devices which have a power source.

    Declaration

    Swift

    let extendedPowerSourceTrait: Google.ExtendedPowerSourceTrait?
  • This trait belongs to any devices with settings that can only exist in one of two states and provides an interface to a toggle switch that can be turned on or off.

    Declaration

    Swift

    let togglesTrait: Google.TogglesTrait?