Skip to content

Commit

Permalink
add iot factory webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
loeliaM committed Jan 29, 2024
1 parent 35f14f9 commit 390ddd4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions iot-factory.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
template-id: iot-factory
name: IoT Factory
description: Smart Metering & Asset Tracking
logo-url: https://iotfactory.eu/wp-content/uploads/2017/12/iot-factory-white.png
info-url: https://iotfactory.eu/products/
#documentation-url: https://

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
# downlink-sent : /capture?secret={clientID}/ttn
# downlink-failed : /capture?secret={clientID}/ttn

0 comments on commit 390ddd4

Please sign in to comment.