ThermostatTrait.PresetTypeFeaturesBitmap

data class ThermostatTrait.PresetTypeFeaturesBitmap : ClusterBitmap


Preset type features.

Summary

Public constructors

PresetTypeFeaturesBitmap(automatic: Boolean, supportsNames: Boolean)

Creates the PresetTypeFeaturesBitmap data class.

Public functions

open ULong

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

Public properties

automatic

val automaticBoolean

Preset may be automatically activated by the thermostat.

supportsNames

val supportsNamesBoolean

Preset supports user-provided names.