FillTrait.FillFeature

data class FillTrait.FillFeature


Contains specific capabilities related to fill.

Summary

Public constructors

FillFeature(supportsFillPercent: Boolean)

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

If true, the device accepts commands for adjusting the level to a percentage.

String

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

Public constructors

FillFeature

FillFeature(supportsFillPercent: Boolean = false)

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

supportsFillPercent

val supportsFillPercentBoolean

If true, the device accepts commands for adjusting the level to a percentage.

traitId

val traitIdString

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