From 1bd76c666d2733e5b8c735f0262386b932ebe444 Mon Sep 17 00:00:00 2001 From: 2mal3 <56305732+2mal3@users.noreply.github.com> Date: Thu, 8 Jan 2026 10:52:25 +0100 Subject: [PATCH] docs(display): more efficent keyboard input api --- display/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/display/README.md b/display/README.md index 39d5790..1c6b335 100644 --- a/display/README.md +++ b/display/README.md @@ -44,8 +44,9 @@ Even when the command itself fails. ### Request Body -- `key`: string for key -- `action`: "press" or "release" +- `inputs`: list + - `key`: string for key + - `action`: "press" or "release" ## PATCH `/showHTML`