ElevatorControlTrait.ElevatorControlFeature

data class ElevatorControlTrait.ElevatorControlFeature


Contains specific capabilities related to elevator controls.

Summary

Public constructors

ElevatorControlFeature(supportsDefaultElevatorFloor: Boolean)

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

Indicates whether this device supports calling the elevator without specifying a floor.

String

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

Public constructors

ElevatorControlFeature

ElevatorControlFeature(supportsDefaultElevatorFloor: Boolean = false)

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

supportsDefaultElevatorFloor

val supportsDefaultElevatorFloorBoolean

Indicates whether this device supports calling the elevator without specifying a floor.

traitId

val traitIdString

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