UNPKG

@komponent/unifi-protect-lib

Version:

Node library for connecting to Ubiquiti Unifi Protect controllers and listen for events

8 lines (6 loc) 237 B
import { ProtectCameraConfig } from "./ProtectTypes"; export type CameraHandlerConfig = { refreshInterval: number; onDoorbellEvent?: (camera: ProtectCameraConfig) => void; onMotionEvent?: (camera: ProtectCameraConfig) => void; };