ThermostatFanControlTrait.VentilationAlertChangeEvent

interface ThermostatFanControlTrait.VentilationAlertChangeEvent : ClusterStruct


Indicates that the ventilation alert 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.VentilationAlert?

The new alert status.

ThermostatFanControlTrait.VentilationAlert?

The previous alert status 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

alert

val alertThermostatFanControlTrait.VentilationAlert?

The new alert status.

prior_alert

val prior_alertThermostatFanControlTrait.VentilationAlert?

The previous alert status prior to the change.