DishwasherAlarmTrait.Notify

interface DishwasherAlarmTrait.Notify : ClusterStruct


Generated when one or more alarms change state.

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

DishwasherAlarmTrait.AlarmBitmap?

Alarms that have become active.

DishwasherAlarmTrait.AlarmBitmap?

Alarms that have become inactive.

DishwasherAlarmTrait.AlarmBitmap?

A copy of mask when this event was generated.

DishwasherAlarmTrait.AlarmBitmap?

A copy of state when this event was generated.

Public functions

getDescriptor

@HomeExperimentalApi
open fun getDescriptor(): StructDescriptor

Returns the descriptor for the struct.

getFieldValueById

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

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

Public properties

active

val activeDishwasherAlarmTrait.AlarmBitmap?

Alarms that have become active. Valid values are defined in AlarmBitmap.

inactive

val inactiveDishwasherAlarmTrait.AlarmBitmap?

Alarms that have become inactive. Valid values are defined in AlarmBitmap.

mask

val maskDishwasherAlarmTrait.AlarmBitmap?

A copy of mask when this event was generated.

state

val stateDishwasherAlarmTrait.AlarmBitmap?

A copy of state when this event was generated.