forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wonderland.yml
33 lines (33 loc) · 866 Bytes
/
wonderland.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
26
27
28
29
30
31
32
33
template-id: wonderland
name: IoT Wonderland
description: IoT Tracking Platform
logo-url: https://www.iotwonderland.com/img/logo/wonderland.png
info-url: https://www.iotwonderland.com
documentation-url: https://www.iotwonderland.com/docs
fields:
- id: username
name: Wonderland Username
description: Optional username
secret: false
optional: true
- id: api_key
name: Wonderland API Key
description: Optional client API key
secret: true
optional: true
format: json
headers:
X-API-Key: "{api_key}"
create-downlink-api-key: true
base-url: https://api.lorawonderland.com/master/tts_integration.php{/username}
paths:
uplink-message: ""
join-accept: ""
downlink-ack: ""
downlink-nack: ""
downlink-sent: ""
downlink-failed: ""
downlink-queued: ""
downlink-queue-invalidated: ""
location-solved: ""
service-data: ""