WindowCoveringTrait.EndProductType

enum WindowCoveringTrait.EndProductType : Enum, ClusterEnum


With the WindowCovering.Type, this specifies the subtype of window covering.

Summary

Enum Values

AwningTerracePatio

A patio or terrace awning.

AwningVerticalScreen

A vertical screen.

BalloonShade

A balloon shade.

CellularShade

A cellular shade.

CentralCurtain

A central curtain.

ExteriorVenetianBlind

An exterior Venetian blind.

ExteriorVerticalScreen

An exterior vertical screen.

InteriorBlind

An interior blind.

InteriorVenetianBlind

An interior Venetian blind.

LateralLeftCurtain

A lateral left curtain.

LateralRightCurtain

A lateral right curtain.

LayeredShade

A layered shade.

LayeredShade2D

A two-dimensional layered shade.

PleatedShade

A pleated shade.

RollerShade

A roller shade.

RollerShutter

A roller shutter.

RomanShade

A roman shade.

SheerShade

A sheer shade.

SlidingShutter

A sliding shutter.

SwingingShutter

A swinging shutter.

TiltOnlyInteriorBlind

An interior blind that only tilts.

TiltOnlyPergola

A pergola that only tilts.

Unknown

An unknown window covering type.

UnknownValue

The enum value is out of range.

VerticalBlindStripCurtain

A vertical blind strip curtain.

WovenWood

A woven wood window covering.

Public functions

WindowCoveringTrait.EndProductType
valueOf(value: String)

Returns the enum constant of this type with the specified name.

Array<WindowCoveringTrait.EndProductType>

Returns an array containing the constants of this enum type, in the order they're declared.

Public properties

open String
open String
open ULong

Enum Values

ExteriorVenetianBlind

val WindowCoveringTrait.EndProductType.ExteriorVenetianBlindWindowCoveringTrait.EndProductType

An exterior Venetian blind.

ExteriorVerticalScreen

val WindowCoveringTrait.EndProductType.ExteriorVerticalScreenWindowCoveringTrait.EndProductType

An exterior vertical screen.

InteriorVenetianBlind

val WindowCoveringTrait.EndProductType.InteriorVenetianBlindWindowCoveringTrait.EndProductType

An interior Venetian blind.

LayeredShade2D

val WindowCoveringTrait.EndProductType.LayeredShade2DWindowCoveringTrait.EndProductType

A two-dimensional layered shade.

TiltOnlyInteriorBlind

val WindowCoveringTrait.EndProductType.TiltOnlyInteriorBlindWindowCoveringTrait.EndProductType

An interior blind that only tilts.

Unknown

val WindowCoveringTrait.EndProductType.UnknownWindowCoveringTrait.EndProductType

An unknown window covering type.

UnknownValue

val WindowCoveringTrait.EndProductType.UnknownValueWindowCoveringTrait.EndProductType

The enum value is out of range. For example, a newer Matter cluster definition may support enum values not yet supported by the Home APIs.

VerticalBlindStripCurtain

val WindowCoveringTrait.EndProductType.VerticalBlindStripCurtainWindowCoveringTrait.EndProductType

A vertical blind strip curtain.

Public functions

valueOf

fun valueOf(value: String): WindowCoveringTrait.EndProductType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Throws
kotlin.IllegalArgumentException

if this enum type has no constant with the specified name

values

fun values(): Array<WindowCoveringTrait.EndProductType>

Returns an array containing the constants of this enum type, in the order they're declared.

This method may be used to iterate over the constants.

Public properties

traitId

open val traitIdString

typeName

open val typeNameString

value

open val valueULong