UNPKG

homebridge-eufy-security-mikebcbc

Version:
24 lines 632 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG_VALUES = void 0; exports.DEFAULT_CONFIG_VALUES = { enableDetailedLogging: false, CameraMaxLivestreamDuration: 30, pollingIntervalMinutes: 10, hkHome: 1, hkAway: 0, hkNight: 3, hkOff: 63, ignoreStations: [], ignoreDevices: [], country: 'US', cameras: [], cleanCache: true, unbridge: true, ignoreMultipleDevicesWarning: false, syncStationModes: false, verboseFfmpeg: false, videoEncoder: 'libx264', videoProcessor: 'ffmpeg', }; //# sourceMappingURL=config.js.map