ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum

enum ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum : Enum, ClusterEnum


The level of functionality available to the user through the thermostat's keypad.

Summary

Enum Values

Lockout1

Level 1 reduced functionality.

Lockout2

Level 2 reduced functionality.

Lockout3

Level 3 reduced functionality.

Lockout4

Level 4 reduced functionality.

Lockout5

Level 5 reduced functionality.

NoLockout

All functionality available to the user.

UnknownValue

The enum value is out of range.

Public functions

ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum
valueOf(value: String)

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

Array<ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum>

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

Public properties

open String
open String
open ULong

Public functions

valueOf

fun valueOf(value: String): ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum

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<ThermostatUserInterfaceConfigurationTrait.KeypadLockoutEnum>

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