GoogleWindowDevice.GoogleTraits

class GoogleWindowDevice.GoogleTraits


Trait Container for Google Traits.

Summary

Public constructors

GoogleTraits(lockUnlock: LockUnlock?, openClose: OpenClose?)

Public properties

LockUnlock?

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.

OpenClose?

This trait belongs to devices that support opening and closing, and in some cases opening and closing partially or potentially in more than one direction.

Public constructors

GoogleTraits

GoogleTraits(lockUnlock: LockUnlock?, openClose: OpenClose?)

Public properties

lockUnlock

val lockUnlockLockUnlock?

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.

openClose

val openCloseOpenClose?

This trait belongs to devices that support opening and closing, and in some cases opening and closing partially or potentially in more than one direction.