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
Changes from 1 commit
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @loeliaM, can you pls change the logo file so it's not white letters on transparent background? When we deploy the template, the page is white so these letters don't show, see on image below

image

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
Loading