MicrowaveOvenModeTrait.Feature

data class MicrowaveOvenModeTrait.Feature : ClusterBitmap


MicrowaveOvenMode cluster FeatureMap.

Summary

Public constructors

Feature(onOff: Boolean)

Creates the Feature data class.

Public functions

open ULong

Public properties

Boolean

The microwave oven device can be turned on and off.

Public constructors

Feature

Feature(onOff: Boolean = false)

Creates the Feature data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

onOff

val onOffBoolean

The microwave oven device can be turned on and off. There is a dependency on the OnOff cluster.