HepaFilterMonitoringTrait.Feature

data class HepaFilterMonitoringTrait.Feature : ClusterBitmap


HepaFilterMonitoringTrait cluster FeatureMap.

Summary

Public constructors

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

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

Supports monitoring the condition of the HEPA filter in percentage.

Boolean

Supports specifying the list of replacement products.

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

Public properties

condition

val conditionBoolean

Supports monitoring the condition of the HEPA filter in percentage.

replacementProductList

val replacementProductListBoolean

Supports specifying the list of replacement products.

warning

val warningBoolean

Supports a warning indication.