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

Boolean

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

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

supportsFillPercent

val supportsFillPercentBoolean

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