ActionsTrait.EndpointListTypeEnum

enum ActionsTrait.EndpointListTypeEnum : Enum, ClusterEnum


Type of endpoint list.

Summary

Enum Values

Other

An unspecified type of endpoint group.

Room

User-configured group of endpoints where each endpoint can be in only one room.

UnknownValue

The enum value is out of range.

Zone

User-configured group of endpoints where an endpoint can be in any number of zones.

Public functions

ActionsTrait.EndpointListTypeEnum
valueOf(value: String)

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

Array<ActionsTrait.EndpointListTypeEnum>

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

Other

val ActionsTrait.EndpointListTypeEnum.OtherActionsTrait.EndpointListTypeEnum

An unspecified type of endpoint group.

Room

val ActionsTrait.EndpointListTypeEnum.RoomActionsTrait.EndpointListTypeEnum

User-configured group of endpoints where each endpoint can be in only one room.

UnknownValue

val ActionsTrait.EndpointListTypeEnum.UnknownValueActionsTrait.EndpointListTypeEnum

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.

Zone

val ActionsTrait.EndpointListTypeEnum.ZoneActionsTrait.EndpointListTypeEnum

User-configured group of endpoints where an endpoint can be in any number of zones.

Public functions

valueOf

fun valueOf(value: String): ActionsTrait.EndpointListTypeEnum

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<ActionsTrait.EndpointListTypeEnum>

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