reolink: increase motion timeout

This commit is contained in:
Koushik Dutta
2023-12-25 12:03:14 -08:00
parent a596bc712c
commit 3bcb94fc6b
3 changed files with 4 additions and 4 deletions

View File

@@ -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",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/reolink",
"version": "0.0.50",
"version": "0.0.51",
"description": "Reolink Plugin for Scrypted",
"author": "Scrypted",
"license": "Apache",

View File

@@ -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: {