ExtendedThermostatTrait.ExtendedThermostatFeature

data class ExtendedThermostatTrait.ExtendedThermostatFeature


ExtendedThermostat trait feature map.

Summary

Public constructors

ExtendedThermostatFeature(
    presets: Boolean,
    remoteTemperatureSensing: Boolean
)

Creates the ExtendedThermostatFeature 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

Whether this device supports presets.

Boolean

Whether this device supports remote temperature sensors.

String

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

Public constructors

ExtendedThermostatFeature

ExtendedThermostatFeature(
    presets: Boolean = false,
    remoteTemperatureSensing: Boolean = false
)

Creates the ExtendedThermostatFeature 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.

presets

val presetsBoolean

Whether this device supports presets.

remoteTemperatureSensing

val remoteTemperatureSensingBoolean

Whether this device supports remote temperature sensors.

traitId

val traitIdString

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