From 2c0355842769995e3f1d304d004303d9671febe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejra=20Selimovi=C4=87?= Date: Mon, 25 Sep 2023 22:04:09 +0200 Subject: [PATCH] Also iot (#88) * Added ALSO IoT Platform * Small fix for ALSO IoT Platform * doc: Add ALSO IoT template --------- Co-authored-by: Vanja Stanic --- also-iot-platform.yml | 19 +++++++++++++++++++ templates.yml | 1 + 2 files changed, 20 insertions(+) create mode 100644 also-iot-platform.yml diff --git a/also-iot-platform.yml b/also-iot-platform.yml new file mode 100644 index 0000000..050a843 --- /dev/null +++ b/also-iot-platform.yml @@ -0,0 +1,19 @@ +template-id: also-iot-platform +name: ALSO IoT Platform +description: A commercial-ready IoT solution to deploy or resell to your customers immediately +logo-url: https://also.allthingstalk.com/assets/img/brand/also/logo-full-2-372baab0a0.svg +info-url: https://www.allthingstalk.com/iot-also-resellers +documentation-url: https://docs.allthingstalk.com/networks/use-the-things-network-v3/ +fields: + - id: network_token + name: Network token + description: Network token from your device's connectivity settings on ALSO IoT Platform. + secret: true + optional: false +format: json +headers: + Authorization: Bearer {network_token} +create-downlink-api-key: true +base-url: https://also.allthingstalk.io/proxy/network/thingsnetworkv3 +paths: + uplink-message: '' diff --git a/templates.yml b/templates.yml index da2225a..6cbaa37 100644 --- a/templates.yml +++ b/templates.yml @@ -1,4 +1,5 @@ - akenza +- also-iot-platform - anyviz - attmaker - blockbax