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

fix: myDevices integrations #101

Merged
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: 0 additions & 20 deletions cayenne.yml

This file was deleted.

20 changes: 0 additions & 20 deletions iotinabox.yml

This file was deleted.

25 changes: 25 additions & 0 deletions mydevices.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
template-id: mydevices
name: myDevices
description: Plug-and-Play IoT Solutions
logo-url: https://mydevices.com/wp-content/uploads/2022/07/mydevices_logo_dark.svg
info-url: https://mydevices.com
documentation-url: https://help.mydevices.com
tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/iotinabox/
fields:
- id: client_id
name: Client ID
description: myDevices Integration Client ID
secret: false
optional: false
- id: x_api_key
name: API Key
description: myDevices API key used for authorization
secret: true
optional: false
format: json
headers:
x-apikey: "{x_api_key}"
create-downlink-api-key: true
base-url: https://hub.m2c.io/v3
paths:
uplink-message: /ingress/{client_id}
3 changes: 1 addition & 2 deletions templates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
- anyviz
- attmaker
- blockbax
- cayenne
- cloudstudio
- daizy
- datacake
- delmation
- dezem
- dotqore
- homey
- iotinabox
- iot-factory
- losant
- mydevices
- myiotopentech
- mclimate
- pilot-things
Expand Down
Loading