From 118f927f334813a393343dd2b23f5125497c0c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20S=2E=20R=C3=B8stad?= Date: Tue, 12 Nov 2024 10:09:11 +0100 Subject: [PATCH] index: Add hello nrf cloud OOB firmware to app index MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add hello nrf cloud OOB firmware to app index Signed-off-by: Simen S. Røstad --- index/hellonrfcloudfirmware.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index/hellonrfcloudfirmware.json diff --git a/index/hellonrfcloudfirmware.json b/index/hellonrfcloudfirmware.json new file mode 100644 index 0000000..1aa5949 --- /dev/null +++ b/index/hellonrfcloudfirmware.json @@ -0,0 +1,21 @@ +{ + "name": "hello-nrfcloud", + "description": "", + "apps": [ + { + "name": "Hello nRF Cloud", + "title": "firmare", + "description": "Out of Box firmware for the Thingy:91 X", + "kind": "sample", + "tags": ["dfu", "lte"], + "releases": [ + { + "date": "latest", + "name": "Latest Release", + "tag": "latest", + "sdk": "latest" + } + ] + } + ] +}