ThermostatTrait.PresetTypeFeaturesBitmap

data class ThermostatTrait.PresetTypeFeaturesBitmap


Preset type features.

Summary

Public constructors

PresetTypeFeaturesBitmap(automatic: Boolean, supportsNames: Boolean)

Creates the PresetTypeFeaturesBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

Boolean

Preset may be automatically activated by the thermostat.

Boolean

Preset supports user-provided names.

Public constructors

PresetTypeFeaturesBitmap

PresetTypeFeaturesBitmap(
    automatic: Boolean = false,
    supportsNames: Boolean = false
)

Creates the PresetTypeFeaturesBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

automatic

val automaticBoolean

Preset may be automatically activated by the thermostat.

supportsNames

val supportsNamesBoolean

Preset supports user-provided names.