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