node-dmx
    Preparing search index...

    Type Alias EndpointCapabilities

    type EndpointCapabilities = {
        endpointId: number;
        profiles: number[];
        role: BrokerClientRole | null;
        source:
            | "local_advertisement"
            | "remote_advertisement"
            | "broker_negotiation";
        updatedAt: number;
    }
    Index

    Properties

    endpointId: number

    Endpoint identifier.

    profiles: number[]

    Normalized profile IDs.

    role: BrokerClientRole | null

    Advertised or negotiated role.

    source: "local_advertisement" | "remote_advertisement" | "broker_negotiation"

    Source of the cached capability entry.

    updatedAt: number

    Epoch milliseconds of last update.