UNPKG

camstreamerlib

Version:

Helper library for CamStreamer ACAP applications.

10 lines (9 loc) 365 B
import { IClient, HttpOptions } from '../internal/common'; export type AcsEventsOptions = HttpOptions; export declare class AxisCameraStationEvents { private sourceKey; private client; constructor(sourceKey: string, opt?: AcsEventsOptions | IClient); sendEvent(data: Record<string, string>, eventType: string): Promise<void>; private getDate; }