diff --git a/plugins/reolink/package-lock.json b/plugins/reolink/package-lock.json index 51af7794f..1aac7e938 100644 --- a/plugins/reolink/package-lock.json +++ b/plugins/reolink/package-lock.json @@ -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", diff --git a/plugins/reolink/package.json b/plugins/reolink/package.json index 0cec2807f..03874952b 100644 --- a/plugins/reolink/package.json +++ b/plugins/reolink/package.json @@ -1,6 +1,6 @@ { "name": "@scrypted/reolink", - "version": "0.0.50", + "version": "0.0.51", "description": "Reolink Plugin for Scrypted", "author": "Scrypted", "license": "Apache", diff --git a/plugins/reolink/src/main.ts b/plugins/reolink/src/main.ts index d55c82b8f..1971f1566 100644 --- a/plugins/reolink/src/main.ts +++ b/plugins/reolink/src/main.ts @@ -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: {