mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-06 11:36:51 +03:00
add optional ImageUpload for Webhook (#3174)
* WIP add Webhook * fix config html for webhook add tooltips for webhook * webhook: fix not enabling webhook * send webhook as json * Update ApiKey.md * webhook: fix only sending last "Number" * webhook JSON is now closer to the data log in CSV format * webhook: add img upload * webhoop added config for imgupload * webhook html fixes * webhook: drop timeStampTimeUTC and switch from timeStamp to lastvalue like lokal csv to fix no timestamp on error * add checkbox for Webhook_UploadImg * Update sd-card/html/edit_config_template.html * Update edit_config_template.html * Update edit_config_template.html * Update edit_config_template.html * added a long timestamp to both webhook requests --------- Co-authored-by: CaCO3 <caco3@ruinelli.ch>
This commit is contained in:
8
param-docs/parameter-pages/Webhook/UploadImg.md
Normal file
8
param-docs/parameter-pages/Webhook/UploadImg.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Parameter `UploadImg`
|
||||
Default Value: `0` (`NEVER`)
|
||||
|
||||
Available options:
|
||||
|
||||
- `0`: `NEVER`
|
||||
- `1`: `ALWAYS`
|
||||
- `2`: `ON_ERROR`
|
||||
Reference in New Issue
Block a user