onvif
    Preparing search index...

    Interface DoorTamper

    Tampering information for a Door.

    interface DoorTamper {
        reason?: string;
        state: DoorTamperState;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    reason?: string

    Optional field; Details describing tampering state change (e.g., reason, place and time). NOTE: All fields (including this one) which are designed to give end-user prompts can be localized to the customer's native language.

    State of the tamper detector; it is of type DoorTamperState.