onvif
    Preparing search index...

    Interface RemovePresetExtended

    RemovePreset interface which uses active source profile token by default

    interface RemovePresetExtended {
        presetToken: string;
        profileToken?: string;
    }

    Hierarchy

    Index
    presetToken: string

    A requested preset token.

    profileToken?: string