Skip to content

Commit 461d540

Browse files
committed
Updates
1 parent 6585f52 commit 461d540

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

use-cases/webhook/config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
devices:
2+
- name: radio1
3+
tcp: meshtastic.local
4+
pipelines:
5+
pipeline1:
6+
- debugger:
7+
log_level: debug
8+
radio-to-webhook:
9+
- message_filter:
10+
app:
11+
allow:
12+
- "TEXT_MESSAGE_APP"
13+
- webhook:
14+
active: true
15+
body: '{"lat": "{LAT}", "lng": "{LNG}", "text_message": "{MSG}"}'
16+
url: "https://webhook.site/452ea027-f9f1-4a62-827b-c921715fcdfb"
17+
headers:
18+
Content-type: application/json

0 commit comments

Comments
 (0)