From 2252b4072dba981be49420ce03ca86d3a2e61ee7 Mon Sep 17 00:00:00 2001 From: DotQore <116760956+DotQore@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:26:47 -0500 Subject: [PATCH] Adding new dotqore webhook template (#75) * Adding new dotqore webhook template * doc: Add newline --------- Co-authored-by: Ana Montoya Co-authored-by: nejraselimovic --- dotqore.yml | 17 +++++++++++++++++ templates.yml | 1 + 2 files changed, 18 insertions(+) create mode 100644 dotqore.yml diff --git a/dotqore.yml b/dotqore.yml new file mode 100644 index 0000000..6672605 --- /dev/null +++ b/dotqore.yml @@ -0,0 +1,17 @@ +template-id: dotqore +name: DotQore +description: The reality of the environment in your hands +logo-url: https://dotqore.com.co/landing/assets/layout/images/landing/dotqore.png +info-url: https://dotqore.com.co/landing/ +documentation-url: https://github.com/DotQore/Manuales/blob/main/Manual-Connection-Own-TheThingsNetwork_WebHook-LoRaWAN.pdf +fields: + - id: collectorNodeURL + name: Collector Node URL + description: URL of collector node in DotQore's client + secret: false +format: json +create-downlink-api-key: false +headers: {} +base-url: "{+collectorNodeURL}" +paths: + uplink-message: /dotqore/lorawan/ttn diff --git a/templates.yml b/templates.yml index 9fd3b4b..bd591ac 100644 --- a/templates.yml +++ b/templates.yml @@ -8,6 +8,7 @@ - datacake - delmation - dezem +- dotqore - homey - iotinabox - losant