ThermostatFanControl.Attribute

enum ThermostatFanControl.Attribute : Enum, Field


Descriptor enum for this trait's attributes.

Summary

Enum Values

acceptedCommandList

The acceptedCommandList trait attribute.

attributeList

The attributeList trait attribute.

clusterRevision

The clusterRevision trait attribute.

current_speed

The current_speed trait attribute.

fan_speed_state

The fan_speed_state trait attribute.

featureMap

The featureMap trait attribute.

generatedCommandList

The generatedCommandList trait attribute.

hvac_override_speed

The hvac_override_speed trait attribute.

max_available_speed

The max_available_speed trait attribute.

max_timer_duration

The max_timer_duration trait attribute.

mode

The mode trait attribute.

schedule_duty_cycle

The schedule_duty_cycle trait attribute.

schedule_enabled_in_off_mode

The schedule_enabled_in_off_mode trait attribute.

schedule_end_time

The schedule_end_time trait attribute.

schedule_speed

The schedule_speed trait attribute.

schedule_start_time

The schedule_start_time trait attribute.

smart_ventilation_enabled

The smart_ventilation_enabled trait attribute.

supports_fan_activation_for_non_electric_furnaces

The supports_fan_activation_for_non_electric_furnaces trait attribute.

supports_indefinite_timer

The supports_indefinite_timer trait attribute.

supports_schedule_in_off_mode

The supports_schedule_in_off_mode trait attribute.

supports_timer_in_off_mode

The supports_timer_in_off_mode trait attribute.

timer_duration

The timer_duration trait attribute.

timer_end

The timer_end trait attribute.

timer_equipment

The timer_equipment trait attribute.

timer_is_indefinite

The timer_is_indefinite trait attribute.

timer_speed

The timer_speed trait attribute.

user_requested_fan_running

The user_requested_fan_running trait attribute.

ventilation_alert

The ventilation_alert trait attribute.

ventilation_enabled

The ventilation_enabled trait attribute.

ventilation_enabled_in_off_mode

The ventilation_enabled_in_off_mode trait attribute.

ventilation_for_heating_and_cooling_enabled

The ventilation_for_heating_and_cooling_enabled trait attribute.

ventilation_on_time_per_day

The ventilation_on_time_per_day trait attribute.

ventilation_state

The ventilation_state trait attribute.

Public companion properties

StructDescriptor

Public functions

ThermostatFanControl.Attribute
valueOf(value: String)

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

Array<ThermostatFanControl.Attribute>

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

Public properties

open Descriptor
EnumEntries<ThermostatFanControl.Attribute>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

open String
open Boolean
Boolean
open UInt
open Type
open String

Enum Values

Public companion properties

StructDescriptor

val StructDescriptorStructDescriptor

Public functions

valueOf

fun valueOf(value: String): ThermostatFanControl.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<ThermostatFanControl.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

entries

val entriesEnumEntries<ThermostatFanControl.Attribute>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

This method may be used to iterate over the enum entries.

fieldName

open val fieldNameString

isList

open val isListBoolean

isNullable

val isNullableBoolean

tag

open val tagUInt

typeEnum

open val typeEnumType

typeName

open val typeNameString