MicrowaveOvenControlTrait.Feature

data class MicrowaveOvenControlTrait.Feature : ClusterBitmap


MicrowaveOvenControl cluster FeatureMap.

Summary

Public constructors

Feature(
    powerAsNumber: Boolean,
    powerInWatts: Boolean,
    powerNumberLimits: Boolean
)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

Power is specified as a unitless number or a percentage.

Boolean

Power is specified in watts.

Boolean

Supports the limit attributes used with the powerAsNumber feature.

Public constructors

Feature

Feature(
    powerAsNumber: Boolean = false,
    powerInWatts: Boolean = false,
    powerNumberLimits: Boolean = false
)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

powerAsNumber

val powerAsNumberBoolean

Power is specified as a unitless number or a percentage.

powerInWatts

val powerInWattsBoolean

Power is specified in watts.

powerNumberLimits

val powerNumberLimitsBoolean

Supports the limit attributes used with the powerAsNumber feature.