mirror of
https://github.com/koush/scrypted.git
synced 2026-09-17 17:20:39 +01:00
reolink: increase motion timeout
This commit is contained in:
4
plugins/reolink/package-lock.json
generated
4
plugins/reolink/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/reolink",
|
||||
"version": "0.0.50",
|
||||
"version": "0.0.51",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/reolink",
|
||||
"version": "0.0.50",
|
||||
"version": "0.0.51",
|
||||
"license": "Apache",
|
||||
"dependencies": {
|
||||
"@koush/axios-digest-auth": "^0.8.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/reolink",
|
||||
"version": "0.0.50",
|
||||
"version": "0.0.51",
|
||||
"description": "Reolink Plugin for Scrypted",
|
||||
"author": "Scrypted",
|
||||
"license": "Apache",
|
||||
|
||||
@@ -30,7 +30,7 @@ class ReolinkCamera extends RtspSmartCamera implements Camera, Reboot, Intercom,
|
||||
motionTimeout: {
|
||||
group: 'Advanced',
|
||||
title: 'Motion Timeout',
|
||||
defaultValue: 10,
|
||||
defaultValue: 20,
|
||||
type: 'number',
|
||||
},
|
||||
hasObjectDetector: {
|
||||
|
||||
Reference in New Issue
Block a user