homebridge-eufy-security-mikebcbc
Version:
Control Eufy Security from homebridge.
24 lines • 632 B
JavaScript
;
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