mirror of
https://github.com/geoffwhittington/meshtastic-bridge.git
synced 2026-03-28 17:42:37 +01:00
Updates
This commit is contained in:
18
use-cases/webhook/config.yaml
Normal file
18
use-cases/webhook/config.yaml
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user