Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
- widgelix
- wonderland
- traxmate
- sensgreen
- sensgreen
- zoho-iot
30 changes: 30 additions & 0 deletions zoho-iot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
template-id: zoho-iot
name: Zoho IoT
description: >
Forward uplink messages securely to Zoho IoT.
logo-url: https://zdblogs.zohocorp.com/sites/iot/iot-hub/files/group_12.jpg
info-url: https://www.zoho.com/iot
documentation-url: https://help.zoho.com/portal/en/kb/iot/devices/working-with-datastreams/articles/connectivity-guide-the-things-stack
fields:
- id: endpoint
name: URL Param Implementation
description: >
Enter the URL Param Implementation value of your Zoho IoT Data Stream.
Example: https://57913xxxxx.zohoiothub.com/v1/iot/datastream/589600000147xxx?token=f5zzzzzzzzzzzz
secret: false
format: json
create-downlink-api-key: false
base-url: "{+endpoint}"
paths:
uplink-message: ""
body:
uplink-message:
device: "{{end_device_ids.device_id}}"
dev_eui: "{{end_device_ids.dev_eui}}"
application: "{{end_device_ids.application_ids.application_id}}"
time: "{{received_at}}"
f_port: "{{data.uplink_message.f_port}}"
f_cnt: "{{data.uplink_message.f_cnt}}"
payload_raw: "{{data.uplink_message.frm_payload}}"
decoded_payload: "{{data.uplink_message.decoded_payload}}"
rx_metadata: "{{data.uplink_message.rx_metadata}}"