LocalizationConfiguration

@Generated(value = ["GoogleHomePlatformCodegen"])
interface LocalizationConfiguration : LocalizationConfigurationTrait.Attributes, MatterTrait, Updatable


API for the LocalizationConfiguration trait. This trait provides attributes for determining and configuring localization information that a node shall utilize when conveying values to a user.

Summary

Nested types

Descriptor enum for this trait's attributes.

Public functions

Boolean

Inherited functions

From com.google.home.matter.standard.LocalizationConfigurationTrait.Attributes
open StructDescriptor

Returns the descriptor for the struct.

open Any?

Returns the value of the field for the given tag ID.

From com.google.home.TraitStateInvalidation
suspend Unit
From com.google.home.Updatable
suspend LocalizationConfiguration
update(
    optimisticReturn: (LocalizationConfiguration) -> Unit,
    init: LocalizationConfigurationTrait.MutableAttributes.() -> Unit
)

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.LocalizationConfigurationTrait.Attributes
List<UInt>

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

String?

The locale that the node is currently configured to use when conveying information.

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.

List<String>?

A list of locale strings that are valid values for the activeLocale attribute.

From com.google.home.Trait

Public functions

Public properties