From e8df200ab4d388d2bc3545492fadcd9622bf1f65 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 12 May 2024 04:55:12 +0300 Subject: [PATCH] update --- docs/gpio.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/gpio.md b/docs/gpio.md index 3b167e19..8cac8cf8 100644 --- a/docs/gpio.md +++ b/docs/gpio.md @@ -170,6 +170,7 @@ Some rules and customization options: * 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 with a title is required in this case. +* The button can automatically close the menu when clicked. Use something like `"relay1|hide|My button"`. It can be used with confirmation option: `"relay1|confirm,hide|My button"`. Also you can place some leds in the menu title using the similar syntax: