DoorLockTrait.DlDefaultConfigurationRegister

data class DoorLockTrait.DlDefaultConfigurationRegister : ClusterBitmap


The default configurations as they are physically set on the device.

Summary

Public constructors

DlDefaultConfigurationRegister(
    enableLocalProgrammingEnabled: Boolean,
    keypadInterfaceDefaultAccessEnabled: Boolean,
    remoteInterfaceDefaultAccessIsEnabled: Boolean,
    soundEnabled: Boolean,
    autoRelockTimeSet: Boolean,
    ledSettingsSet: Boolean
)

Creates the DlDefaultConfigurationRegister data class.

Public functions

open ULong

Public properties

Boolean

The automatic relock time is set.

Boolean

Local programming is enabled on the door lock for all features.

Boolean

Keypad interface default access is enabled.

Boolean

The lock can enable an inside LED to indicate if the door is locked.

Boolean

Remote Interface default access is enabled.

Boolean

Sound is enabled.

Public constructors

DlDefaultConfigurationRegister

DlDefaultConfigurationRegister(
    enableLocalProgrammingEnabled: Boolean = false,
    keypadInterfaceDefaultAccessEnabled: Boolean = false,
    remoteInterfaceDefaultAccessIsEnabled: Boolean = false,
    soundEnabled: Boolean = false,
    autoRelockTimeSet: Boolean = false,
    ledSettingsSet: Boolean = false
)

Creates the DlDefaultConfigurationRegister data class.

Public functions

toRaw

open fun toRaw(): ULong

Public properties

autoRelockTimeSet

val autoRelockTimeSetBoolean

The automatic relock time is set.

enableLocalProgrammingEnabled

val enableLocalProgrammingEnabledBoolean

Local programming is enabled on the door lock for all features.

keypadInterfaceDefaultAccessEnabled

val keypadInterfaceDefaultAccessEnabledBoolean

Keypad interface default access is enabled.

ledSettingsSet

val ledSettingsSetBoolean

The lock can enable an inside LED to indicate if the door is locked.

remoteInterfaceDefaultAccessIsEnabled

val remoteInterfaceDefaultAccessIsEnabledBoolean

Remote Interface default access is enabled.

soundEnabled

val soundEnabledBoolean

Sound is enabled.