onvif
    Preparing search index...

    Interface RelayOutput

    Base class for physical entities like inputs and outputs.

    interface RelayOutput {
        properties: RelayOutputSettings;
        token: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index
    token: string

    Unique identifier referencing the physical entity.