ThermostatTrait.ScheduleModeBitmap

data class ThermostatTrait.ScheduleModeBitmap


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

Convert this ClusterBitmap to raw (bytes) format

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

Convert this ClusterBitmap to raw (bytes) format

Public properties

coolSetpointPresent

val coolSetpointPresentBoolean

The coolSetpoint field is present in the payload.

heatSetpointPresent

val heatSetpointPresentBoolean

The heatSetpoint field is present in the payload.