ThermostatDevice.StandardTraits

class ThermostatDevice.StandardTraits


Trait Container for Standard Traits.

Summary

Public constructors

StandardTraits(
    identify: Identify?,
    thermostat: Thermostat?,
    thermostatUserInterfaceConfiguration: ThermostatUserInterfaceConfiguration?
)

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.

Thermostat?

This trait provides an interface to the functionality of a thermostat.

ThermostatUserInterfaceConfiguration?

This trait provides an interface to allow configuration of the user interface for a thermostat, or a thermostat controller device, that supports a keypad and LCD screen.

Public constructors

StandardTraits

StandardTraits(
    identify: Identify?,
    thermostat: Thermostat?,
    thermostatUserInterfaceConfiguration: ThermostatUserInterfaceConfiguration?
)

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.

thermostat

val thermostatThermostat?

This trait provides an interface to the functionality of a thermostat.

thermostatUserInterfaceConfiguration

val thermostatUserInterfaceConfigurationThermostatUserInterfaceConfiguration?

This trait provides an interface to allow configuration of the user interface for a thermostat, or a thermostat controller device, that supports a keypad and LCD screen.