HepaFilterMonitoringTrait.Feature

data class HepaFilterMonitoringTrait.Feature


HepaFilterMonitoringTrait cluster FeatureMap.

Summary

Public constructors

Feature(
    condition: Boolean,
    warning: Boolean,
    replacementProductList: Boolean
)

Creates the Feature 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 condition of the HEPA filter in percentage.

Boolean

Supports specifying the list of replacement products.

String

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

Boolean

Supports a warning indication.

Public constructors

Feature

Feature(
    condition: Boolean = false,
    warning: Boolean = false,
    replacementProductList: Boolean = false
)

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

condition

val conditionBoolean

Supports monitoring the condition of the HEPA filter in percentage.

replacementProductList

val replacementProductListBoolean

Supports specifying the list of replacement products.

traitId

val traitIdString

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

warning

val warningBoolean

Supports a warning indication.