From 7fe604ea7902b09f2ee62cfdf203081cc4838051 Mon Sep 17 00:00:00 2001 From: Eric Ptak <16294429+eptak@users.noreply.github.com> Date: Tue, 3 Dec 2024 17:48:16 +0100 Subject: [PATCH 1/3] fix: remove cayenne --- cayenne.yml | 20 -------------------- templates.yml | 1 - 2 files changed, 21 deletions(-) delete mode 100644 cayenne.yml diff --git a/cayenne.yml b/cayenne.yml deleted file mode 100644 index dd31c0a..0000000 --- a/cayenne.yml +++ /dev/null @@ -1,20 +0,0 @@ -template-id: cayenne -name: Cayenne -description: Drag-and-Drop IoT Project Builder -logo-url: https://res.cloudinary.com/dctlrnwuz/image/upload/v1619483016/mydevices/cayenne-logo-mydevices.png -info-url: https://developers.mydevices.com -documentation-url: https://developers.mydevices.com/cayenne/docs -tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/cayenne/ -fields: - - id: cliend_id - name: Client ID - description: Optional Cayenne Client ID - secret: false - optional: true -format: json -headers: - Authorization: Bearer {cliend_id} -create-downlink-api-key: true -base-url: https://lora.mydevices.com/v1/networks/ttn -paths: - uplink-message: /uplink diff --git a/templates.yml b/templates.yml index 8d76623..2d647cc 100644 --- a/templates.yml +++ b/templates.yml @@ -3,7 +3,6 @@ - anyviz - attmaker - blockbax -- cayenne - cloudstudio - daizy - datacake From 5f1d1e86897e99089a6f306aef16bfbb11c5d021 Mon Sep 17 00:00:00 2001 From: Eric Ptak <16294429+eptak@users.noreply.github.com> Date: Tue, 3 Dec 2024 19:46:57 +0100 Subject: [PATCH 2/3] fix: update iotinabox template --- iotinabox.yml | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/iotinabox.yml b/iotinabox.yml index e5f6216..e5d0cf7 100644 --- a/iotinabox.yml +++ b/iotinabox.yml @@ -6,15 +6,20 @@ info-url: https://mydevices.com documentation-url: https://mydevices.com/iotinabox/support tts-documentation-url: https://www.thethingsindustries.com/docs/integrations/cloud-integrations/iotinabox/ fields: - - id: x_subscription_key - name: Subscription Key - description: Optional API key used for authorization + - id: client_id + name: Client ID + description: IoTinaBox Integration Client ID secret: false - optional: true + optional: false + - id: x_api_key + name: API Key + description: IoTinaBox API key used for authorization + secret: true + optional: false format: json headers: - x-subscription-key: "{x_subscription_key}" + x-apikey: "{x_api_key}" create-downlink-api-key: true -base-url: https://hub.m2c.io/v1/networks/iotinabox.ttnv3 +base-url: https://hub.m2c.io/v3 paths: - uplink-message: /uplink + uplink-message: /ingress/{client_id} From a60d4109a344dc562d0e38f487871520e39980de Mon Sep 17 00:00:00 2001 From: Eric Ptak <16294429+eptak@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:52:19 +0100 Subject: [PATCH 3/3] fix: rename iotinabox into mydevices --- iotinabox.yml => mydevices.yml | 12 ++++++------ templates.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename iotinabox.yml => mydevices.yml (61%) diff --git a/iotinabox.yml b/mydevices.yml similarity index 61% rename from iotinabox.yml rename to mydevices.yml index e5d0cf7..7fa9625 100644 --- a/iotinabox.yml +++ b/mydevices.yml @@ -1,19 +1,19 @@ -template-id: iotinabox -name: IoTinaBox™ +template-id: mydevices +name: myDevices description: Plug-and-Play IoT Solutions -logo-url: https://res.cloudinary.com/dctlrnwuz/image/upload/v1619483016/mydevices/iot-logo-mydevices.png +logo-url: https://mydevices.com/wp-content/uploads/2022/07/mydevices_logo_dark.svg info-url: https://mydevices.com -documentation-url: https://mydevices.com/iotinabox/support +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: IoTinaBox Integration Client ID + description: myDevices Integration Client ID secret: false optional: false - id: x_api_key name: API Key - description: IoTinaBox API key used for authorization + description: myDevices API key used for authorization secret: true optional: false format: json diff --git a/templates.yml b/templates.yml index 2d647cc..739f69a 100644 --- a/templates.yml +++ b/templates.yml @@ -10,9 +10,9 @@ - dezem - dotqore - homey -- iotinabox - iot-factory - losant +- mydevices - myiotopentech - mclimate - pilot-things