From 461d540c3006b8d7a0622c7926586ca8679ca423 Mon Sep 17 00:00:00 2001 From: Geoff Whittington Date: Sun, 4 Dec 2022 19:43:09 -0500 Subject: [PATCH] Updates --- use-cases/webhook/config.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 use-cases/webhook/config.yaml diff --git a/use-cases/webhook/config.yaml b/use-cases/webhook/config.yaml new file mode 100644 index 0000000..aa50521 --- /dev/null +++ b/use-cases/webhook/config.yaml @@ -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