Skip to content

Commit

Permalink
unifi: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Jun 1, 2024
1 parent 5bb6b87 commit 96ec465
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/unifi-protect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/unifi-protect/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion plugins/unifi-protect/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 96ec465

Please sign in to comment.