ExtendedFanControlTrait.SpeedValues

class ExtendedFanControlTrait.SpeedValues : ClusterStruct


Synonyms for the speed setting in each supported language.

Summary

Public constructors

SpeedValues(lang: String, speedSynonym: List<String>)

Creates the SpeedValues class.

Public functions

open StructDescriptor

Returns the descriptor for the struct.

open Any?

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

Public properties

String

ISO 639-1 language code, for example, en for English.

List<String>

The descriptive name of the speed setting.

Public constructors

SpeedValues

SpeedValues(lang: String = "", speedSynonym: List<String> = emptyList())

Creates the SpeedValues class.

Public functions

getDescriptor

open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

open fun getFieldValueById(tagId: UInt): Any?

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

Public properties

lang

val langString

ISO 639-1 language code, for example, en for English.

speedSynonym

val speedSynonymList<String>

The descriptive name of the speed setting.