onvif
    Preparing search index...

    Interface Timings

    A structure defining times such as how long the door is unlocked when accessed, extended grant time, etc.

    interface Timings {
        delayTimeBeforeRelock?: string;
        extendedOpenTime?: string;
        extendedReleaseTime?: string;
        extension?: TimingsExtension;
        openTime: string;
        preAlarmTime?: string;
        releaseTime: string;
    }
    Index
    delayTimeBeforeRelock?: string

    If the door is physically opened after access is granted, then DelayTimeBeforeRelock is the time from when the door is physically opened until the latch goes back to locked state.

    extendedOpenTime?: string

    Some individuals need extra time to pass through the door. If supported, ExtendedOpenTime shall be added to OpenTime if UseExtendedTime is set to true in the AccessDoor command.

    extendedReleaseTime?: string

    Some individuals need extra time to open the door before the latch relocks. If supported, ExtendedReleaseTime shall be added to ReleaseTime if UseExtendedTime is set to true in the AccessDoor command.

    extension?: TimingsExtension
    openTime: string

    The time from when the door is physically opened until the door is set in the DoorOpenTooLong alarm state.

    preAlarmTime?: string

    Before a DoorOpenTooLong alarm state is generated, a signal will sound to indicate that the door must be closed. PreAlarmTime defines how long before DoorOpenTooLong the warning signal shall sound.

    releaseTime: string

    When access is granted (door mode becomes Accessed), the latch is unlocked. ReleaseTime is the time from when the latch is unlocked until it is relocked again (unless the door is physically opened).