BooleanStateConfigurationTrait.AlarmsStateChanged

interface BooleanStateConfigurationTrait.AlarmsStateChanged : ClusterStruct


Generated after any bits in the alarmsActive or alarmsSuppressed attributes change.

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

BooleanStateConfigurationTrait.AlarmModeBitmap?

The state of active alarm modes at the time the event was generated.

BooleanStateConfigurationTrait.AlarmModeBitmap?

The state of suppressed alarm modes at the time the 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

alarmsActive

val alarmsActiveBooleanStateConfigurationTrait.AlarmModeBitmap?

The state of active alarm modes at the time the event was generated.

alarmsSuppressed

val alarmsSuppressedBooleanStateConfigurationTrait.AlarmModeBitmap?

The state of suppressed alarm modes at the time the event was generated.