Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add iot factory webhook #93

Merged
merged 4 commits into from
Feb 21, 2024
Merged
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
20 changes: 20 additions & 0 deletions iot-factory.yml
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- dotqore
- homey
- iotinabox
- iot-factory
- losant
- myiotopentech
- mclimate
Expand Down
Loading