forked from TheThingsNetwork/lorawan-webhook-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththingspeak.yml
More file actions
24 lines (24 loc) · 683 Bytes
/
thingspeak.yml
File metadata and controls
24 lines (24 loc) · 683 Bytes
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: thingspeak
name: ThingSpeak
description: Send data to ThingSpeak channel
logo-url: https://brands.home-assistant.io/_/thingspeak/logo.png
info-url: https://thingspeak.com/
documentation-url: https://www.mathworks.com/help/thingspeak/index.html
fields:
- id: channelid
name: Channel ID
description: ThingSpeak Channel ID
secret: false
- id: apikey
name: API Key
description: ThingSpeak Write API Key
secret: true
format: json
headers:
Content-Type: application/json
Authorization: "{apikey}"
ChannelId: "{channelid}"
create-downlink-api-key: false
base-url: https://api.thingspeak.com/things_network/v3/update
paths:
uplink-message: /