Max2FilterMonitoringTrait.FilterMonitoringFeature

data class Max2FilterMonitoringTrait.FilterMonitoringFeature


Max2FilterMonitoring trait feature map.

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 in terms of percentage of use remaining.

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 in terms of percentage of use remaining.

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.