homebridge-eufy-security
Version:
Control Eufy Security from homebridge.
31 lines • 851 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_VIDEOCONFIG_VALUES = exports.DEFAULT_CAMERACONFIG_VALUES = void 0;
exports.DEFAULT_CAMERACONFIG_VALUES = {
name: '',
manufacturer: '',
model: '',
serialNumber: '',
firmwareRevision: '',
enableButton: true,
motionButton: true,
lightButton: true,
talkback: false,
talkbackChannels: 1,
hsv: false,
hsvRecordingDuration: 90,
rtsp: false,
enableCamera: true,
refreshSnapshotIntervalMinutes: 0,
snapshotHandlingMethod: 3,
immediateRingNotificationWithoutSnapshot: false,
delayCameraSnapshot: false,
indoorChimeButton: false,
};
exports.DEFAULT_VIDEOCONFIG_VALUES = {
probeSize: 16384,
audio: true,
vcodec: 'copy',
acodec: 'copy',
};
//# sourceMappingURL=configTypes.js.map
;