DoorLockTrait.DlDefaultConfigurationRegister

data class DoorLockTrait.DlDefaultConfigurationRegister


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

Convert this ClusterBitmap to raw (bytes) format

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

Convert this ClusterBitmap to raw (bytes) format

Public properties

autoRelockTimeSet

val autoRelockTimeSet: Boolean

The automatic relock time is set.

enableLocalProgrammingEnabled

val enableLocalProgrammingEnabled: Boolean

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

keypadInterfaceDefaultAccessEnabled

val keypadInterfaceDefaultAccessEnabled: Boolean

Keypad interface default access is enabled.

ledSettingsSet

val ledSettingsSet: Boolean

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

remoteInterfaceDefaultAccessIsEnabled

val remoteInterfaceDefaultAccessIsEnabled: Boolean

Remote Interface default access is enabled.

soundEnabled

val soundEnabled: Boolean

Sound is enabled.