From 51da93238a8d5915adf951d7d23065c342cf57c6 Mon Sep 17 00:00:00 2001 From: omni Date: Sun, 21 Jun 2026 15:54:32 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates.json b/templates.json index d219e09..600dd00 100644 --- a/templates.json +++ b/templates.json @@ -3,8 +3,9 @@ "name": "Wi-Fi (WPA)", "fields": [ {"id": "name", "name" :"Name"}, - {"id": "password", "name" :"Password"} + {"id": "encryption", "name": "Encryption", "default": "WPA"}, + {"id": "password", "name" :"Password", "maybeEmpty": "true"} ], - "template": "WIFI:S:$name$;T:WPA;P:$password$;;" + "template": "WIFI:S:$name$;T:$encryption$;P:$password$;;" } ]