Skip to content

Commit

Permalink
changed the webhook UploadImg to false (#3279)
Browse files Browse the repository at this point in the history
Co-authored-by: CaCO3 <caco@ruinelli.ch>
  • Loading branch information
caco3 and CaCO3 authored Sep 30, 2024
1 parent 74491e9 commit 28d9325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sd-card/html/edit_config_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update

WriteParameter(param, category, "Webhook", "Uri", true);
WriteParameter(param, category, "Webhook", "ApiKey", true);
WriteParameter(param, category, "Webhook", "UploadImg", true);
WriteParameter(param, category, "Webhook", "UploadImg", false);

WriteParameter(param, category, "GPIO", "IO0", true);
WriteParameter(param, category, "GPIO", "IO1", true);
Expand Down Expand Up @@ -2489,7 +2489,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update

ReadParameter(param, "Webhook", "Uri", true);
ReadParameter(param, "Webhook", "ApiKey", true);
ReadParameter(param, "Webhook", "UploadImg", true);
ReadParameter(param, "Webhook", "UploadImg", false);

ReadParameter(param, "GPIO", "IO0", true);
ReadParameter(param, "GPIO", "IO1", true);
Expand Down

0 comments on commit 28d9325

Please sign in to comment.