From c1f4119dbe429ffd22a05f5d4475996ce24193e2 Mon Sep 17 00:00:00 2001 From: henrik_nehm Date: Mon, 28 Aug 2023 11:32:50 +0000 Subject: [PATCH] Added password entered --- API.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 4cbd12c..7b5d68f 100644 --- a/API.md +++ b/API.md @@ -133,4 +133,17 @@ "deviceId": 0, "cardUID": "6XjCwg==" } - ``` \ No newline at end of file + ``` +* Password entered + + Topic `display/passwordEntered` + + Data example: + + *The password has a minimum length of 4, and a max length of 12.* + + ```json + { + "deviceId": 0, + "password": [1, 2, 3, 4] + } \ No newline at end of file