forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ttnmapper.yml
25 lines (25 loc) · 908 Bytes
/
ttnmapper.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
template-id: ttnmapper
name: TTN Mapper
description: Contribute data for coverage and signal analysis
logo-url: https://ttnmapper.org/resources/TTNMapper.svg
info-url: https://ttnmapper.org
documentation-url: https://docs.ttnmapper.org/
fields:
- id: email
name: Email address
description: You need to provide a valid email address for your data to be accepted by TTN Mapper.
secret: false
- id: experiment
name: Experiment name (optional)
description: If you are testing (new device, balloon flights, etc) and do not want your data to appear on the main map, please specify an experiment name.
secret: false
optional: true
format: json
headers:
TTNMAPPERORG-USER: "{email}"
TTNMAPPERORG-EXPERIMENT: "{experiment}"
base-url: https://integrations.ttnmapper.org/tts/v3
paths:
uplink-message: /uplink-message
join-accept: /join-accept
location-solved: /location-solved