ThermostatUserInterfaceConfiguration

interface ThermostatUserInterfaceConfiguration : ThermostatUserInterfaceConfigurationTrait.Attributes, MatterTrait, Updatable


API for the ThermostatUserInterfaceConfiguration trait. 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.

Summary

Nested types

Descriptor enum for this trait's attributes.

Inherited functions

From com.google.home.TraitStateInvalidation
suspend Unit
From com.google.home.Updatable
suspend ThermostatUserInterfaceConfiguration

Creates a mutable copy of an object and calls the given function to mutate it, then saves it and returns a new immutable copy with the updated state.

Inherited properties

From com.google.home.matter.standard.ThermostatUserInterfaceConfigurationTrait.Attributes
List<UInt>

A list of client-generated commands which are supported by this cluster server instance.

List<UInt>

A list of the attribute IDs of the attributes supported by the cluster instance.

UShort

The revision of the server cluster specification supported by the cluster instance.

UInt

Whether the server supports zero or more optional cluster features.

List<UInt>

A list of server-generated commands (server to client) which are supported by this cluster server instance.

ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum?

Indicates the level of functionality available to the user through the thermostat's keypad.

ThermostatUserInterfaceConfigurationTrait.ScheduleProgrammingVisibilityEnum?

Hides the weekly schedule programming functionality or menu on a thermostat from the user, preventing local user programming of the weekly schedule.

ThermostatUserInterfaceConfigurationTrait.TemperatureDisplayModeEnum?

Indicates the units of temperature (Celsius or Fahrenheit) displayed on the thermostat screen.

From com.google.home.Trait

Public functions

Public properties