LaundryWasherModeTrait.Feature

data class LaundryWasherModeTrait.Feature : ClusterBitmap


LaundryWasherMode cluster FeatureMap.

Summary

Public constructors

Feature(onOff: Boolean)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

There is a dependency on the OnOff cluster.

Public constructors

Feature

Feature(onOff: Boolean = false)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

onOff

val onOffBoolean

There is a dependency on the OnOff cluster. When this bit is set, the LaundryWasherMode.Attributes.currentMode is set to LaundryWasherMode.Attributes.onMode when the power is turned on.