Skip to content

Commit

Permalink
Update Telegraf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunoo committed Feb 17, 2021
1 parent 8e3d68f commit c4c9aec
Show file tree
Hide file tree
Showing 10 changed files with 5,102 additions and 338 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ module.exports = {
'@typescript-eslint/no-base-to-string': 'error',
'@typescript-eslint/no-explicit-any': 'error',
'@typescript-eslint/no-extra-parens': 'error',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-unnecessary-boolean-literal-compare': ['error', {"allowComparingNullableBooleansToTrue": false, "allowComparingNullableBooleansToFalse": false}],
'@typescript-eslint/no-var-requires': 'error',
'@typescript-eslint/prefer-optional-chain': 'error',
Expand Down
5 changes: 0 additions & 5 deletions .markdownlint.json

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Edit your `config.json` accordingly. Configuration sample:
#### Configuration Options

- `ftp_port`: The port to run the FTP server on. (Default: `5000`)
- `http_port`: The HTTP port used by homebridge-camera-ffmpeg. (Default: `8080`)
- `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)
Expand Down
7 changes: 0 additions & 7 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
"placeholder": 5000,
"description": "The port to run the FTP server on."
},
"http_port": {
"title": "HTTP Port",
"type": "integer",
"placeholder": 8080,
"description": "The HTTP port used by homebridge-camera-ffmpeg."
},
"bot_token": {
"title": "Telegram Bot Token",
"type": "string",
Expand Down Expand Up @@ -112,7 +106,6 @@
"expanded": true,
"items": [
"ftp_port",
"http_port",
"bot_token"
]
},
Expand Down
Loading

0 comments on commit c4c9aec

Please sign in to comment.