mirror of
https://github.com/geoffwhittington/meshtastic-bridge.git
synced 2026-07-05 01:01:00 +02:00
19 lines
463 B
YAML
19 lines
463 B
YAML
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
|