From e2d6fcbe8d3fbf82d03de71e1d5de48ca233d315 Mon Sep 17 00:00:00 2001 From: fbp Date: Wed, 30 Aug 2023 08:49:37 +0200 Subject: [PATCH] Added password response to api documentation --- API.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 7b5d68f..273196c 100644 --- a/API.md +++ b/API.md @@ -146,4 +146,19 @@ { "deviceId": 0, "password": [1, 2, 3, 4] - } \ No newline at end of file + } + ``` + +* Password response + + Topic `display/passwordResponse` + + Data example: + + ```json + { + "deviceId": 0, + "password": [1, 2, 3, 4], + "correct": true + } + ```