From d49ffd68e9858ce02437068858e88b5b9d2bc6fc Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 1 Oct 2020 02:54:06 +0300 Subject: [PATCH] Update gpio.md --- pages/gpio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/gpio.md b/pages/gpio.md index 27da7150..8940875c 100644 --- a/pages/gpio.md +++ b/pages/gpio.md @@ -145,6 +145,7 @@ Some rules and customization options: - If the switch mode is disabled, only a button will be displayed. If pulse is disabled, only a switch will be shown. - To change the LED's color specify it after the channel name like `"led1|red"`. Available: `green`, `yellow` and `red`. - To change title of the button, write some its name like `"relay1|My cool relay"`. +- Buttons and switches can request confirmation on acting. To do this write its name like `"relay1|confirm|My cool relay"`. The third argument Title is required in this case. # Hardware modules