UNPKG

homebridge-eufy-security

Version:
27 lines 688 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_CONFIG_VALUES = void 0; exports.DEFAULT_CONFIG_VALUES = { platform: 'EufySecurity', name: 'EufySecurity', username: '', password: '', deviceName: 'MyPhone', enableDetailedLogging: false, omitLogFiles: false, CameraMaxLivestreamDuration: 30, pollingIntervalMinutes: 10, hkHome: 1, hkAway: 0, hkNight: 3, hkOff: 63, ignoreStations: [], ignoreDevices: [], country: 'US', stations: [], cameras: [], cleanCache: true, ignoreMultipleDevicesWarning: false, autoSyncStation: false, }; //# sourceMappingURL=config.js.map