onvif
    Preparing search index...

    Interface RelayOutputOptions

    interface RelayOutputOptions {
        delayTimes?: FloatList;
        discrete?: boolean;
        extension?: RelayOutputOptionsExtension;
        mode?: RelayMode[];
        token: string;
    }
    Index
    delayTimes?: FloatList

    Supported delay time range or discrete values in seconds. This element must be present if MonoStable mode is supported.

    discrete?: boolean

    True if the relay only supports the exact values for the DelayTimes listed. Default is false.

    mode?: RelayMode[]

    Supported Modes.

    token: string

    Token of the relay output.