From 284193b82e7884b30f055b99f0965e6bdfce101d Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 21 Jun 2026 14:49:02 +0000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20templates.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates.json diff --git a/templates.json b/templates.json new file mode 100644 index 0000000..7308b02 --- /dev/null +++ b/templates.json @@ -0,0 +1,10 @@ +[ + { + "name": "Wi-Fi (WPA)", + "fields": [ + {"name" :"string"}, + {"password": "string"} + ], + "template": "WIFI:S:$name$;T:WPA;P:$password$;;" + } +]