ThermostatTrait.ScheduleModeBitmap

data class ThermostatTrait.ScheduleModeBitmap : ClusterBitmap


How the app decodes the setpoint fields of each transition.

Summary

Public constructors

ScheduleModeBitmap(
    heatSetpointPresent: Boolean,
    coolSetpointPresent: Boolean
)

Creates the ScheduleModeBitmap data class.

Public functions

open ULong

Public properties

Boolean

The coolSetpoint field is present in the payload.

Boolean

The heatSetpoint field is present in the payload.

Public constructors

ScheduleModeBitmap

ScheduleModeBitmap(
    heatSetpointPresent: Boolean = false,
    coolSetpointPresent: Boolean = false
)

Creates the ScheduleModeBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

coolSetpointPresent

val coolSetpointPresentBoolean

The coolSetpoint field is present in the payload.

heatSetpointPresent

val heatSetpointPresentBoolean

The heatSetpoint field is present in the payload.