WindowCoveringTrait.OperationalStatus

data class WindowCoveringTrait.OperationalStatus


Indicates in which direction the covering is currently moving or if it has stopped.

Summary

Public constructors

OperationalStatus(global: Boolean, lift: Boolean, tilt: Boolean)

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

The type of this value doesn't align to the Matter specification and should not be used.

Boolean

The type of this value doesn't align to the Matter specification and should not be used.

Boolean

The type of this value doesn't align to the Matter specification and should not be used.

String

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

Public constructors

OperationalStatus

OperationalStatus(
    global: Boolean = false,
    lift: Boolean = false,
    tilt: Boolean = false
)

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

global

val globalBoolean

The type of this value doesn't align to the Matter specification and should not be used.

lift

val liftBoolean

The type of this value doesn't align to the Matter specification and should not be used.

tilt

val tiltBoolean

The type of this value doesn't align to the Matter specification and should not be used.

traitId

val traitIdString

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