From af8829a25706bf1a1c4963187c6f6da62c235a40 Mon Sep 17 00:00:00 2001 From: PrajjuS Date: Thu, 6 Jun 2024 15:22:39 +0530 Subject: [PATCH] OTA: Initial devices.json Change-Id: Ib7709d16958c9bb7470693a06cc43c17ae511195 Signed-off-by: PrajjuS --- devices.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 devices.json diff --git a/devices.json b/devices.json new file mode 100644 index 0000000..cdd693a --- /dev/null +++ b/devices.json @@ -0,0 +1,22 @@ +[ + { + "vendor": "", + "model": "", + "codename": "", + "maintainer": "TEMPLATE 1", + "telegram": "https://t.me/", + "github": "https://github.com/", + "donation": "", + "active": true + }, + { + "vendor": "", + "model": "", + "codename": "", + "maintainer": "TEMPLATE 1", + "telegram": "https://t.me/", + "github": "https://github.com/", + "donation": "", + "active": true + } +] \ No newline at end of file