Skip to content
Open
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 lumra.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
template-id: lumra
name: Lumra
description: Seal each uplink into a tamper-evident, independently verifiable record of what your devices reported
logo-url: https://privinet.net/og/lumra.png
info-url: https://privinet.net/
documentation-url: https://privinet.net/api.html
tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/
fields:
- id: api_key
name: Lumra API key
description: Your pk_live API key from privinet.net signup
secret: true
format: json
headers:
Authorization: Bearer {api_key}
create-downlink-api-key: false
base-url: https://api.privinet.net
paths:
uplink-message: /v1/ingest/raw

1 change: 1 addition & 0 deletions templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- homey
- iot-factory
- losant
- lumra
- mclimate
- mydevices
- myiotopentech
Expand Down
Loading