ThermostatTrait.ScheduleTypeFeaturesBitmap

data class ThermostatTrait.ScheduleTypeFeaturesBitmap : ClusterBitmap


Summary

Public constructors

ScheduleTypeFeaturesBitmap(
    supportsPresets: Boolean,
    supportsSetpoints: Boolean,
    supportsNames: Boolean,
    supportsOff: Boolean
)

Public functions

open ULong

Public constructors

ScheduleTypeFeaturesBitmap

ScheduleTypeFeaturesBitmap(
    supportsPresets: Boolean = false,
    supportsSetpoints: Boolean = false,
    supportsNames: Boolean = false,
    supportsOff: Boolean = false
)

Public functions

toRaw

open fun toRaw(): ULong

Public properties

supportsNames

val supportsNamesBoolean

supportsOff

val supportsOffBoolean

supportsPresets

val supportsPresetsBoolean

supportsSetpoints

val supportsSetpointsBoolean