RefrigeratorAlarmTrait.AlarmBitmap

data class RefrigeratorAlarmTrait.AlarmBitmap


Bitmap indicating which alarms are supported.

Summary

Public constructors

AlarmBitmap(doorOpen: Boolean)

Creates the AlarmBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

String

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

Boolean

Supports monitoring the refrigerator door being open for a vendor-defined amount of time.

String

Trait identifier of the Matter Cluster that defines the bitmap Data Type.

Public constructors

AlarmBitmap

AlarmBitmap(doorOpen: Boolean = false)

Creates the AlarmBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

bitmapName

val bitmapNameString

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

doorOpen

val doorOpenBoolean

Supports monitoring the refrigerator door being open for a vendor-defined amount of time.

traitId

val traitIdString

Trait identifier of the Matter Cluster that defines the bitmap Data Type. Refer to ClusterId.traitId for the format.