1
0
Fork 0
mirror of https://gitlab.com/Shinobi-Systems/ShinobiCE.git synced 2025-03-09 15:40:15 +00:00
- Rebased sql, test, web, defintions, languages, INSTALL, and libs folders.
This commit is contained in:
Moe 2019-03-07 14:43:37 -08:00
parent 24de55e45a
commit d0b12e92e7
362 changed files with 21716 additions and 7018 deletions

View file

@ -766,6 +766,14 @@
"example": "",
"possible": ""
},
{
"name": "detail=detector_send_video_length",
"field": "Notification Video Length",
"description": "In seconds. The length of the video that gets sent to your Notification service, like Email or Discord.",
"default": "10",
"example": "",
"possible": ""
},
{
"name": "detail=watchdog_reset",
"field": "Timeout Reset on Next Event",
@ -835,8 +843,16 @@
{
"name": "detail=detector_fps",
"field": "Detector Rate (FPS)",
"description": "How many frames a second to send to the motion detector; 1 is the default.",
"default": "1",
"description": "How many frames a second to send to the motion detector; 2 is the default.",
"default": "2",
"example": "",
"possible": ""
},
{
"name": "detail=detector_buffer_seconds",
"field": "Recorded Buffer",
"description": "How many seconds before the event to include in the recorded video.",
"default": "5",
"example": "",
"possible": ""
},