Device Settings
constructor(autoLockEnabled: Boolean? = null, autoLockDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, autoLockImplicitEnabled: Boolean? = null, autoLockImplicitDelay: Int? = DEFAULT_AUTO_LOCK_FROM_SEMI_LOCKED_DELAY_SECONDS, pullSpringEnabled: Boolean? = null, pullSpringDuration: Int? = DEFAULT_PULL_SPRING_DURATION_SECONDS, autoPullSpringEnabled: Boolean? = null, postponedLockEnabled: Boolean? = null, postponedLockDelay: Int? = DEFAULT_POSTPONED_LOCK_DELAY, buttonLockEnabled: Boolean? = null, buttonUnlockEnabled: Boolean? = null, hasUnpairedKeypad: Boolean? = null, isAsync: Boolean? = null, isCustomPullSpringDuration: Boolean = false, isCustomPostponedLockDelay: Boolean = false, deviceId: Int = -1)