ExtendedFanControlTrait.FanControlFeature

data class ExtendedFanControlTrait.FanControlFeature : ClusterBitmap


ExtendedFanControl trait feature map.

Summary

Public constructors

FanControlFeature(supportsFanSpeedPercent: Boolean)

Creates the FanControlFeature data class.

Public functions

open ULong

Public properties

Boolean

Whether this device accepts commands for adjusting the speed using a percentage from 0.0 to 100.0.

Public constructors

FanControlFeature

FanControlFeature(supportsFanSpeedPercent: Boolean = false)

Creates the FanControlFeature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

supportsFanSpeedPercent

val supportsFanSpeedPercentBoolean

Whether this device accepts commands for adjusting the speed using a percentage from 0.0 to 100.0.