onvif
    Preparing search index...

    Interface CreateProfile

    interface CreateProfile {
        name: string;
        token?: string;
    }
    Index
    name: string

    friendly name of the profile to be created

    token?: string

    Optional token, specifying the unique identifier of the new profile. A device supports at least a token length of 12 characters and characters "A-Z" | "a-z" | "0-9" | "-.".