Skip to content

Commit

Permalink
reolink: add more hw info
Browse files Browse the repository at this point in the history
  • Loading branch information
Koushik Dutta authored and Koushik Dutta committed Jul 4, 2024
1 parent 644df95 commit f769c1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions plugins/reolink/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/reolink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scrypted/reolink",
"version": "0.0.80",
"version": "0.0.81",
"description": "Reolink Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",
Expand Down
3 changes: 1 addition & 2 deletions plugins/reolink/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -636,8 +636,7 @@ class ReolinkCamera extends RtspSmartCamera implements Camera, DeviceProvider, R
name: 'Reolink Siren',
nativeId: sirenNativeId,
info: {
manufacturer: 'Reolink',
serialNumber: this.nativeId,
...this.info,
},
interfaces: [
ScryptedInterface.OnOff
Expand Down

0 comments on commit f769c1f

Please sign in to comment.