LaundryWasherControlsTrait.Feature

data class LaundryWasherControlsTrait.Feature


LaundryWasherControls cluster FeatureMap.

Summary

Public constructors

Feature(spin: Boolean, rinse: Boolean)

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

Supports multiple rinse cycles.

Boolean

Supports multiple spin speeds.

String

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

Public constructors

Feature

Feature(spin: Boolean = false, rinse: Boolean = false)

Creates the Feature 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.

rinse

val rinseBoolean

Supports multiple rinse cycles. This may not be supported in some modes.

spin

val spinBoolean

Supports multiple spin speeds. This may not be supported in some modes.

traitId

val traitIdString

Trait identifier of the Matter Cluster that defines the bitmap Data Type. Refer to ClusterId.traitId for the format.