onvif
    Preparing search index...

    Interface ProfileCapabilities

    interface ProfileCapabilities {
        configurationsSupported?: StringAttrList;
        maximumNumberOfProfiles?: number;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    configurationsSupported?: StringAttrList

    The configurations supported by the device as defined by tr2:ConfigurationEnumeration. The enumeration value "All" shall not be included in this list.

    maximumNumberOfProfiles?: number

    Maximum number of profiles supported.