File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030- widgelix
3131- wonderland
3232- traxmate
33- - sensgreen
33+ - sensgreen
34+ - zoho-iot
Original file line number Diff line number Diff line change 1+ template-id : zoho-iot
2+ name : Zoho IoT
3+ description : >
4+ Forward uplink messages securely to Zoho IoT.
5+ logo-url : https://zdblogs.zohocorp.com/sites/iot/iot-hub/files/group_12.jpg
6+ info-url : https://www.zoho.com/iot
7+ documentation-url : https://help.zoho.com/portal/en/kb/iot/devices/working-with-datastreams/articles/connectivity-guide-the-things-stack
8+ fields :
9+ - id : endpoint
10+ name : URL Param Implementation
11+ description : >
12+ Enter the URL Param Implementation value of your Zoho IoT Data Stream.
13+ Example: https://57913xxxxx.zohoiothub.com/v1/iot/datastream/589600000147xxx?token=f5zzzzzzzzzzzz
14+ secret : false
15+ format : json
16+ create-downlink-api-key : false
17+ base-url : " {+endpoint}"
18+ paths :
19+ uplink-message : " "
20+ body :
21+ uplink-message :
22+ device : " {{end_device_ids.device_id}}"
23+ dev_eui : " {{end_device_ids.dev_eui}}"
24+ application : " {{end_device_ids.application_ids.application_id}}"
25+ time : " {{received_at}}"
26+ f_port : " {{data.uplink_message.f_port}}"
27+ f_cnt : " {{data.uplink_message.f_cnt}}"
28+ payload_raw : " {{data.uplink_message.frm_payload}}"
29+ decoded_payload : " {{data.uplink_message.decoded_payload}}"
30+ rx_metadata : " {{data.uplink_message.rx_metadata}}"
You can’t perform that action at this time.
0 commit comments