ThermostatFanControlTrait.FanStateChangeEvent

interface ThermostatFanControlTrait.FanStateChangeEvent : ClusterStruct


Indicates that the fan state has changed.

Summary

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

ThermostatFanControlTrait.FanState?

The new fan state.

ThermostatFanControlTrait.FanState?

The previous fan state prior to the change.

Public functions

getDescriptor

@HomeExperimentalGenericApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

@HomeExperimentalGenericApi
open fun getFieldValueById(tagId: UInt): Any?

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

Public properties

fan_state

val fan_stateThermostatFanControlTrait.FanState?

The new fan state.

prior_fan_state

val prior_fan_stateThermostatFanControlTrait.FanState?

The previous fan state prior to the change.