BooleanStateConfigurationTrait.SensorFaultBitmap

data class BooleanStateConfigurationTrait.SensorFaultBitmap


Type of sensor fault.

Summary

Public constructors

SensorFaultBitmap(generalFault: Boolean)

Creates the SensorFaultBitmap 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

Unspecified fault detected.

String

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

Public constructors

SensorFaultBitmap

SensorFaultBitmap(generalFault: Boolean = false)

Creates the SensorFaultBitmap 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.

generalFault

val generalFaultBoolean

Unspecified fault detected.

traitId

val traitIdString

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