forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mclimate.yml
24 lines (24 loc) · 850 Bytes
/
mclimate.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
template-id: mclimate
name: MClimate
description: Integrate with MClimate
logo-url: https://cdn.shopify.com/s/files/1/0043/8874/9379/files/mclimate-logo-crop.jpg?v=1639751590
info-url: https://mclimate.eu
documentation-url: https://docs.mclimate.eu/mclimate-lorawan-devices/integrations/the-things-industries
tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/mclimate/
fields:
- id: token
name: M Token
description: Create your M-token in the Integrations section in MClimate Enterprise solution.
secret: false
default-value:
format: json
headers:
m-token: "{token}"
create-downlink-api-key: true
base-url: https://lorawan-broker.mclimate.eu
paths:
uplink-message: /up-tti
join-accept: /join-tti
downlink-ack: /ack-tti
downlink-sent: /sent-tti
downlink-queued: /queued-tti