@seamapi/http - v2.1.0
    Preparing search index...

    Type Alias LocksConfigureAutoLockParameters

    type LocksConfigureAutoLockParameters = {
        auto_lock_delay_seconds?: number;
        auto_lock_enabled: boolean;
        device_id: string;
    }
    Index
    auto_lock_delay_seconds?: number

    Delay in seconds before the lock automatically locks. Required when enabling auto-lock. Must be between 1 and 60.

    auto_lock_enabled: boolean

    Whether to enable or disable auto-lock.

    device_id: string

    ID of the lock for which you want to configure the auto-lock.