diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 01:54:10 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-06-12 01:54:10 +0300 |
commit | 0dc38ac37f9f2974bbf87824ae55283fa7308adb (patch) | |
tree | 1694037f1a2ad1f56b102b016621db0585477b3d /doc/ipcam_server.md | |
parent | 4409c32892687e7c49a0eb60aa4fdeecd2f25bfe (diff) |
ipcam_server: telegram notification (not tested... we'll see)
Diffstat (limited to 'doc/ipcam_server.md')
-rw-r--r-- | doc/ipcam_server.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ipcam_server.md b/doc/ipcam_server.md index f443094..a22c239 100644 --- a/doc/ipcam_server.md +++ b/doc/ipcam_server.md @@ -21,11 +21,15 @@ camera: motion: padding: 2 + telegram: true logging: verbose: true - -motion_threshold: 1 + +telegram: + token: "" + chat_id: "" + parse_mode: HTML ``` ## Usage |