From a3842e27c7acbc0f582170a76f487808cce06709 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 26 Nov 2024 19:14:46 +0200 Subject: [PATCH] update --- docs/gpio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gpio.md b/docs/gpio.md index 8cac8cf8..4b63cd0e 100644 --- a/docs/gpio.md +++ b/docs/gpio.md @@ -167,7 +167,7 @@ Some rules and customization options: * Inputs are displayed as round LEDs. * Outputs are displayed as a switch AND a button. * 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 the LED's color specify it after the channel name like `"led1|red"`. Available: `green`, `yellow`, `red`, `blue`, `cyan`, `magenta`, `pink` and `white`. * 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"`.