ThermostatTrait.RemoteSensingBitmap

data class ThermostatTrait.RemoteSensingBitmap


Remote sensing configurations.

Summary

Public constructors

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

Creates the RemoteSensingBitmap data class.

Public functions

open ULong

Convert this ClusterBitmap to raw (bytes) format

Public properties

String

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

Boolean

localTemperature is derived from a remote sensor.

Boolean

occupancy is derived from a remote sensor.

Boolean

outdoorTemperature is derived from a remote sensor.

String

Trait identifier of the Matter Cluster that defines the bitmap Data Type.

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

Convert this ClusterBitmap to raw (bytes) format

Public properties

bitmapName

val bitmapNameString

Name of the Matter bitmap, in UpperCamelCase, e.g. "OnOffControlBitmap" from OnOff Cluster.

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.

traitId

val traitIdString

Trait identifier of the Matter Cluster that defines the bitmap Data Type. Refer to ClusterId.traitId for the format.