forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththethingsio.yml
More file actions
20 lines (20 loc) · 766 Bytes
/
thethingsio.yml
File metadata and controls
20 lines (20 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
template-id: thethingsio
name: thethings.iO
description: Integrate with thethings.iO
logo-url: https://thethings.io/wp-content/uploads/2017/03/Logo-2.jpg
info-url: https://thethings.io/
documentation-url: https://developers.thethings.io/
fields:
- id: productID
name: Product ID
description: thethings.iO Product ID
secret: false
- id: hash
name: Hash
description: Hash can be found as a part of thethings.iO Callback URL. For example, if the Callback URL is "https://subscription.thethings.io/lora/foo/bar?idname={DevEUI}", the product's hash is "bar".
secret: false
format: json
create-downlink-api-key: false
base-url: https://subscription.thethings.io/lora/{productID}/{hash}?idname=end_device_ids.dev_eui
paths:
uplink-message: ""