Closed vitosamson closed 9 years ago
Yes, I would like to do this with all the getters and setters, but I haven't had time to yet. Pull requests welcome
I can start taking a crack at this. How do you feel about splitting up foscam.js
into multiple files, organized similarly to the API PDF (AV functions, user account, PTZ control, etc)?
That is fine with me, just try to jsdoc everything. Long-term I would like to have a gulp-based build process with mocha tests that mock the actual calls. I've used this yeoman generator for other projects https://github.com/yeoman/generator-node
Closed by #3
I just accidentally overwrote my motion detection config because I only passed one arg to
.setMotionDetectConfig()
. Accepting an object would allow the user to get the config from the getter, update a specific config item, then pass that object back to the setter.