ThermostatTrait.HvacSystemTypeBitmap

data class ThermostatTrait.HvacSystemTypeBitmap : ClusterBitmap


Summary

Public constructors

HvacSystemTypeBitmap(
    coolingStage: Boolean,
    heatingStage: Boolean,
    heatingIsHeatPump: Boolean,
    heatingUsesFuel: Boolean
)

Public functions

open ULong

Public constructors

HvacSystemTypeBitmap

HvacSystemTypeBitmap(
    coolingStage: Boolean = false,
    heatingStage: Boolean = false,
    heatingIsHeatPump: Boolean = false,
    heatingUsesFuel: Boolean = false
)

Public functions

toRaw

open fun toRaw(): ULong

Public properties

coolingStage

val coolingStageBoolean

heatingIsHeatPump

val heatingIsHeatPumpBoolean

heatingStage

val heatingStageBoolean

heatingUsesFuel

val heatingUsesFuelBoolean