WindowCoveringTrait.OperationalStatus

data class WindowCoveringTrait.OperationalStatus : ClusterBitmap


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

Public properties

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.

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

Public properties

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.