homebridge-eufy-security
Version:
Control Eufy Security from homebridge.
23 lines • 1.19 kB
TypeScript
/**
* This is the name of the platform that users will use to register the plugin in the Homebridge config.json
*/
export declare const PLATFORM_NAME = "EufySecurity";
/**
* This must match the name of your plugin as defined the package.json
*/
export declare const PLUGIN_NAME = "homebridge-eufy-security";
export declare const STATION_INIT_DELAY: number;
export declare const DEVICE_INIT_DELAY: number;
export declare const PROTECT_HKSV_SEGMENT_LENGTH = 4000;
export declare const PROTECT_HKSV_MAX_EVENT_ERRORS = 3;
export declare const PROTECT_HKSV_TIMESHIFT_BUFFER_MAXLENGTH: number;
export declare const PROTECT_HKSV_SEGMENT_RESOLUTION = 100;
export declare const PROTECT_HOMEKIT_STREAMING_HEADROOM = 64;
export declare const PROTECT_HOMEKIT_IDR_INTERVAL = 2;
export declare const PROTECT_RPI_GPU_MINIMUM = 128;
export declare const PROTECT_FFMPEG_AUDIO_FILTER_FFTNR = 90;
export declare const PROTECT_SNAPSHOT_CACHE_MAXAGE = 90;
export declare const PROTECT_TWOWAY_HEARTBEAT_INTERVAL = 3;
export declare const SnapshotBlackPath = "/media/Snapshot-black.png";
export declare const SnapshotUnavailablePath = "/media/Snapshot-Unavailable.png";
//# sourceMappingURL=settings.d.ts.map