Skip to content

Commit

Permalink
Switch to use Camera FFmpeg's cooldown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Feb 18, 2021
1 parent c4c9aec commit afe85f2
Show file tree
Hide file tree
Showing 7 changed files with 822 additions and 573 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Edit your `config.json` accordingly. Configuration sample:
- `bot_token`: The token given by @BotFather when creating the Telegram bot.
- `cameras`: _(Required)_ Array of Dafang Hacks camera configs (multiple supported).
- `name`: _(Required)_ Name of your camera. (Needs to be the same as in homebridge-camera-ffmpeg config)
- `cooldown`: Cooldown in seconds. Set to 0 to disable.
- `server`: Hostname or IP address of the FTP server to upload to. If not set, files will be stored locally.
- `port`: Port of the remote FTP server. (Default: `21`)
- `username`: Username of the remote FTP server. If not set, no authentication will be used.
Expand Down
8 changes: 0 additions & 8 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@
"required": true,
"description": "Name of your camera. (Needs to be the same as in homebridge-camera-ffmpeg config)"
},
"cooldown": {
"title": "Cooldown (Seconds)",
"type": "integer",
"placeholder": 0,
"minimum": 0,
"description": "Set to 0 to disable."
},
"server": {
"title": "Remote FTP Server",
"type": "string",
Expand Down Expand Up @@ -122,7 +115,6 @@
"buttonText": "Add Camera",
"items": [
"cameras[].name",
"cameras[].cooldown",
{
"key": "cameras[]",
"type": "section",
Expand Down
Loading

0 comments on commit afe85f2

Please sign in to comment.