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

Boolean

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

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

condition

val conditionBoolean

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

warning

val warningBoolean

The device supports a warning indication.