onvif
    Preparing search index...

    Interface DigitalInput

    Base class for physical entities like inputs and outputs.

    interface DigitalInput {
        idleState?: DigitalIdleState;
        token: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    idleState?: DigitalIdleState

    Indicate the Digital IdleState status.

    token: string

    Unique identifier referencing the physical entity.