From 11a3c1b54307de039dbc71fdc1f0166967ce73a8 Mon Sep 17 00:00:00 2001 From: loeliaM <152866881+loeliaM@users.noreply.github.com> Date: Wed, 21 Feb 2024 21:28:40 +0100 Subject: [PATCH] add iot factory webhook (#93) * add iot factory webhook * update Iot-Factory webhook * Update iot-factory.yml --- iot-factory.yml | 20 ++++++++++++++++++++ templates.yml | 1 + 2 files changed, 21 insertions(+) create mode 100644 iot-factory.yml diff --git a/iot-factory.yml b/iot-factory.yml new file mode 100644 index 0000000..06f87fe --- /dev/null +++ b/iot-factory.yml @@ -0,0 +1,20 @@ +template-id: iot-factory +name: IoT Factory +description: Smart Metering & Asset Tracking +logo-url: https://iotfactory.eu/wp-content/uploads/2023/01/IOT-SmartCities-Smart-Solutions-in-Brussels.png +info-url: https://iotfactory.eu/products/ + +fields: + - id: clientID + name: Client ID + description: Iot Factory client ID + secret: true + optional: false + +format: json + +create-downlink-api-key: true + +base-url: https://report.iotfactory.eu/api/measurements +paths: + uplink-message: /capture?secret={clientID}/ttn diff --git a/templates.yml b/templates.yml index 19eca32..8d76623 100644 --- a/templates.yml +++ b/templates.yml @@ -12,6 +12,7 @@ - dotqore - homey - iotinabox +- iot-factory - losant - myiotopentech - mclimate