onvif
    Preparing search index...

    Interface AccessPointState

    The AccessPointState contains state information for an AccessPoint. An ONVIF compliant device shall provide the following fields for each AccessPoint instance:

    interface AccessPointState {
        enabled: boolean;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    enabled: boolean

    Indicates that the AccessPoint is enabled. By default this field value shall be True, if the DisableAccessPoint capabilities is not supported.