CooktopDevice.StandardTraits

class CooktopDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(onOff: OnOff?, identify: Identify?)

Public properties

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.

OnOff?

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

Public constructors

StandardTraits

StandardTraits(onOff: OnOff?, identify: Identify?)

Public properties

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.

onOff

val onOffOnOff?

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