diff --git a/plugins/unifi-protect/package-lock.json b/plugins/unifi-protect/package-lock.json index c3d848648b..de6ba52876 100644 --- a/plugins/unifi-protect/package-lock.json +++ b/plugins/unifi-protect/package-lock.json @@ -1,12 +1,12 @@ { "name": "@scrypted/unifi-protect", - "version": "0.0.146", + "version": "0.0.147", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@scrypted/unifi-protect", - "version": "0.0.146", + "version": "0.0.147", "license": "Apache", "dependencies": { "@koush/unifi-protect": "file:../../external/unifi-protect", diff --git a/plugins/unifi-protect/package.json b/plugins/unifi-protect/package.json index e6a4f170d4..2e110de193 100644 --- a/plugins/unifi-protect/package.json +++ b/plugins/unifi-protect/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/unifi-protect", - "version": "0.0.146", + "version": "0.0.147", "description": "Unifi Protect Plugin for Scrypted", "author": "Scrypted", "license": "Apache", diff --git a/plugins/unifi-protect/src/main.ts b/plugins/unifi-protect/src/main.ts index ec28336b04..ba70d0ce73 100644 --- a/plugins/unifi-protect/src/main.ts +++ b/plugins/unifi-protect/src/main.ts @@ -160,7 +160,7 @@ export class UnifiProtect extends ScryptedDeviceBase implements Settings, Device const unifiCamera = this.cameras.get(payload.camera); if (!unifiCamera) { - this.console.log('unknown device event, sync needed?', payload.camera); + this.console.log('unknown device event, sync needed?', payload); return; }