onvif
    Preparing search index...

    Interface DoorFault

    Fault information for a Door. This can be extended with optional attributes in the future.

    interface DoorFault {
        reason?: string;
        state: DoorFaultState;
        [key: string]: unknown;
    }

    Indexable

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

    Optional reason for fault.

    Overall fault state for the door; it is of type DoorFaultState. If there are any faults, the value shall be: FaultDetected. Details of the detected fault shall be found in the Reason field, and/or the various DoorState fields and/or in extensions to this structure.