FilterMonitoringTrait.FilterMonitoringFeature

data class FilterMonitoringTrait.FilterMonitoringFeature


FilterMonitoring trait FeatureMap.

Summary

Public constructors

FilterMonitoringFeature(warning: Boolean, condition: Boolean)

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

The device supports monitoring the condition of the filter based on percentage used.

String

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

Boolean

The device supports a warning indication.

Public constructors

FilterMonitoringFeature

FilterMonitoringFeature(warning: Boolean = false, condition: Boolean = false)

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

The device supports monitoring the condition of the filter based on percentage used.

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

The device supports a warning indication.