Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
berticus2016 committed Dec 5, 2022
1 parent 6585f52 commit 461d540
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions use-cases/webhook/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
devices:
- name: radio1
tcp: meshtastic.local
pipelines:
pipeline1:
- debugger:
log_level: debug
radio-to-webhook:
- message_filter:
app:
allow:
- "TEXT_MESSAGE_APP"
- webhook:
active: true
body: '{"lat": "{LAT}", "lng": "{LNG}", "text_message": "{MSG}"}'
url: "https://webhook.site/452ea027-f9f1-4a62-827b-c921715fcdfb"
headers:
Content-type: application/json

0 comments on commit 461d540

Please sign in to comment.