onvif
    Preparing search index...

    Interface Capabilities

    interface Capabilities {
        eventBrokerProtocols?: string;
        maxEventBrokers?: number;
        maxNotificationProducers?: number;
        maxPullPoints?: number;
        metadataOverMQTT?: boolean;
        persistentNotificationStorage?: boolean;
        WSPausableSubscriptionManagerInterfaceSupport?: boolean;
        WSSubscriptionPolicySupport?: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    eventBrokerProtocols?: string

    A space separated list of supported event broker protocols as defined by the tev:EventBrokerProtocol datatype.

    maxEventBrokers?: number

    Maxiumum number of event broker configurations that can be added to the device.

    maxNotificationProducers?: number

    Maximum number of supported notification producers as defined by WS-BaseNotification.

    maxPullPoints?: number

    Maximum supported number of notification pull points.

    metadataOverMQTT?: boolean

    Indicates that metadata streaming over MQTT is supported

    persistentNotificationStorage?: boolean

    Indication if the device supports persistent notification storage.

    WSPausableSubscriptionManagerInterfaceSupport?: boolean

    Indicates that the WS Pausable Subscription Manager Interface is supported.

    WSSubscriptionPolicySupport?: boolean

    Indicates that the WS Subscription policy is supported.