Skip to content

Commit

Permalink
reolink: move some device creation stuff into advanced tab
Browse files Browse the repository at this point in the history
  • Loading branch information
koush committed Sep 3, 2024
1 parent 3a3e15c commit 0d4cf34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.93",
"version": "0.0.94",
"description": "Reolink Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",
Expand Down
3 changes: 3 additions & 0 deletions plugins/reolink/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -797,19 +797,22 @@ class ReolinkProvider extends RtspProvider {
placeholder: '192.168.2.222',
},
{
subgroup: 'Advanced',
key: 'rtspChannel',
title: 'Channel Number Override',
description: "Optional: The channel number to use for snapshots and video. E.g., 0, 1, 2, etc.",
placeholder: '0',
type: 'number',
},
{
subgroup: 'Advanced',
key: 'httpPort',
title: 'HTTP Port',
description: 'Optional: Override the HTTP Port from the default value of 80.',
placeholder: '80',
},
{
subgroup: 'Advanced',
key: 'skipValidate',
title: 'Skip Validation',
description: 'Add the device without verifying the credentials and network settings.',
Expand Down

0 comments on commit 0d4cf34

Please sign in to comment.