camera-probe
Version:
Realtime scanning and discovery of networked cameras.
5 lines (4 loc) • 320 B
TypeScript
import { IWsProbeConfig, IWsResponse } from './ws-probe.interfaces';
export declare const mapDeviceStrToPayload: (str: string) => string;
export declare const mapDevicesToPayloads: (devices: readonly string[]) => string[];
export declare const wsProbe: (config?: Partial<IWsProbeConfig> | undefined) => IWsResponse;