DoorLockDevice.StandardTraits

class DoorLockDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(identify: Identify?, doorLock: DoorLock?)

Public properties

DoorLock?

This trait provides an interface to a generic way to secure a door.

Identify?

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.

Public constructors

StandardTraits

StandardTraits(identify: Identify?, doorLock: DoorLock?)

Public properties

doorLock

val doorLockDoorLock?

This trait provides an interface to a generic way to secure a door.

identify

val identifyIdentify?

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.