plugin
plugin copied to clipboard
++ Update npm dependencies and error handling
++
This pull request updates the npm dependencies in the project, including the eufy-security-client, ffmpeg-for-homebridge, @angular-devkit/build-angular, @angular-eslint packages, @ng-bootstrap/ng-bootstrap, @popperjs/core, @typescript-eslint packages, and lucide-angular. It also makes some changes to the error handling, including changing log.error to log.warn in the EufySecurityPlatform class and adding an enableEmbeddedPKCS1Support property to the eufyConfig. The final configuration object is also logged for debugging purposes.
++ Refactor button setup in CameraAccessory ++