DeviceEnergyManagementModeTrait.Feature

data class DeviceEnergyManagementModeTrait.Feature


DeviceEnergyManagementMode cluster FeatureMap.

Summary

Public constructors

Feature(onOff: Boolean)

Creates the Feature data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

The device energy management 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

Convert this ClusterBitmap to raw (bytes) format

Public properties

onOff

val onOffBoolean

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