onvif
    Preparing search index...

    Interface SystemCapabilities

    interface SystemCapabilities {
        addons?: StringAttrList;
        autoGeo?: StringAttrList;
        cloudFirmwareUpgrade?: boolean;
        discoveryBye?: boolean;
        discoveryNotSupported?: boolean;
        discoveryResolve?: boolean;
        firmwareUpgrade?: boolean;
        geoLocationEntries?: number;
        hardwareType?: string;
        httpFirmwareUpgrade?: boolean;
        httpSupportInformation?: boolean;
        httpSystemBackup?: boolean;
        httpSystemLogging?: boolean;
        maxStorageConfigurations?: number;
        networkConfigNotSupported?: boolean;
        remoteDiscovery?: boolean;
        storageConfiguration?: boolean;
        storageConfigurationRenewal?: boolean;
        storageTypesSupported?: StringAttrList;
        systemBackup?: boolean;
        systemLogging?: boolean;
        userConfigNotSupported?: boolean;
    }
    Index

    List of supported Addons by the device.

    autoGeo?: StringAttrList

    List of supported automatic GeoLocation adjustment supported by the device. Valid items are defined by tds:AutoGeoMode.

    cloudFirmwareUpgrade?: boolean

    Indicates support for firmware upgrade through the cloud.

    discoveryBye?: boolean

    Indicates support for WS-Discovery Bye.

    discoveryNotSupported?: boolean

    Indicates no support for network discovery.

    discoveryResolve?: boolean

    Indicates support for WS Discovery resolve requests.

    firmwareUpgrade?: boolean

    Indicates support for firmware upgrade through MTOM.

    geoLocationEntries?: number

    If present signals support for geo location. The value signals the supported number of entries.

    hardwareType?: string

    Indicates what type of device this is. See tt:HardwareTypes for available options.

    httpFirmwareUpgrade?: boolean

    Indicates support for firmware upgrade through HTTP.

    httpSupportInformation?: boolean

    Indicates support for retrieving support information through HTTP.

    httpSystemBackup?: boolean

    Indicates support for system backup through HTTP.

    httpSystemLogging?: boolean

    Indicates support for retrieval of system logging through HTTP.

    maxStorageConfigurations?: number

    Indicates maximum number of storage configurations supported.

    networkConfigNotSupported?: boolean

    Indicates no support for network configuration.

    remoteDiscovery?: boolean

    Indicates support for remote discovery.

    storageConfiguration?: boolean

    Indicates support for storage configuration interfaces.

    storageConfigurationRenewal?: boolean

    Indicates support for renewal of storage configuration.

    storageTypesSupported?: StringAttrList

    Enumerates the supported StorageTypes, see tds:StorageType.

    systemBackup?: boolean

    Indicates support for system backup through MTOM.

    systemLogging?: boolean

    Indicates support for retrieval of system logging through MTOM.

    userConfigNotSupported?: boolean

    Indicates no support for user configuration.