ExtendedThermostat.Attribute

enum ExtendedThermostat.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

activePresetHandle

The activePresetHandle trait attribute.

activeRemoteTemperatureSensorIds

The activeRemoteTemperatureSensorIds trait attribute.

attributeList

The attributeList trait attribute.

averageLocalTemperature

The averageLocalTemperature trait attribute.

clusterRevision

The clusterRevision trait attribute.

extendedProgrammingOperationMode

The extendedProgrammingOperationMode trait attribute.

extendedRunningMode

The extendedRunningMode trait attribute.

extendedSetpointChangeSource

The extendedSetpointChangeSource trait attribute.

extendedSupportedModes

The extendedSupportedModes trait attribute.

extendedSystemMode

The extendedSystemMode trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

maxCoolSafetySetpointLimit

The maxCoolSafetySetpointLimit trait attribute.

maxHeatSafetySetpointLimit

The maxHeatSafetySetpointLimit trait attribute.

maxSetpointHoldSeconds

The maxSetpointHoldSeconds trait attribute.

maxSettableThermostatTemperatureSensors

The maxSettableThermostatTemperatureSensors trait attribute.

minCoolSafetySetpointLimit

The minCoolSafetySetpointLimit trait attribute.

minHeatSafetySetpointLimit

The minHeatSafetySetpointLimit trait attribute.

presets

The presets trait attribute.

remoteTemperatureSensorIds

The remoteTemperatureSensorIds trait attribute.

targetTemperatureTimestampSeconds

The targetTemperatureTimestampSeconds trait attribute.

temperatureSetpointHoldExpiryTimestampSeconds

The temperatureSetpointHoldExpiryTimestampSeconds trait attribute.

Public companion properties

StructDescriptor

Public functions

ExtendedThermostat.Attribute
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<ExtendedThermostat.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

fun valueOf(value: String): ExtendedThermostat.Attribute

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<ExtendedThermostat.Attribute>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

descriptor

open val descriptorDescriptor

fieldName

open val fieldNameString

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString