From e0418a0ae63387a6162a3d33244848a061b4261d Mon Sep 17 00:00:00 2001 From: Matthias Oesterheld Date: Sun, 17 Nov 2024 10:49:58 +0100 Subject: [PATCH] improve docs --- examples/Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Actions.md b/examples/Actions.md index db2d1b0..d2c6527 100644 --- a/examples/Actions.md +++ b/examples/Actions.md @@ -38,7 +38,7 @@ For example: } ``` -**Please be advised that for security sensitive actions, a PIN confirmation should be used.** +**The authors do not advise the use of this application for security sensitive devices. But we suspect users are taking that risk anyway, hence a PIN confirmation is provided that can be used for additional menu item security.** This can be enabled by setting the `pin` field in the `tap_action`. The `pin` field overrides `confirm`. Explicitly setting `confirm` is not necessary.