ThermostatTrait.RemoteSensingBitmap

data class ThermostatTrait.RemoteSensingBitmap : ClusterBitmap


Remote sensing configurations.

Summary

Public constructors

RemoteSensingBitmap(
    localTemperature: Boolean,
    outdoorTemperature: Boolean,
    occupancy: Boolean
)

Creates the RemoteSensingBitmap data class.

Public functions

open ULong

Public properties

Boolean

localTemperature is derived from a remote sensor.

Boolean

occupancy is derived from a remote sensor.

Boolean

outdoorTemperature is derived from a remote sensor.

Public constructors

RemoteSensingBitmap

RemoteSensingBitmap(
    localTemperature: Boolean = false,
    outdoorTemperature: Boolean = false,
    occupancy: Boolean = false
)

Creates the RemoteSensingBitmap data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

localTemperature

val localTemperatureBoolean

localTemperature is derived from a remote sensor.

occupancy

val occupancyBoolean

occupancy is derived from a remote sensor.

outdoorTemperature

val outdoorTemperatureBoolean

outdoorTemperature is derived from a remote sensor.