From 363a3a643c21a94783155e8ba02c69f5f6a08805 Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sat, 30 Mar 2024 23:02:42 +0100 Subject: [PATCH] update docs --- components/gpio_control/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/components/gpio_control/README.md b/components/gpio_control/README.md index 8661e8d27..ddacdff7b 100644 --- a/components/gpio_control/README.md +++ b/components/gpio_control/README.md @@ -68,7 +68,6 @@ However, a button has more parameters than these. In the following comprehensive * `SecondFunc`: Holding the button for at least `hold_time` will additionally execute the function `functionCall2` with `functionCall2Args`. * `SecondFuncRepeat`: Like SecondFunc, but `functionCall2` is repeated after each `hold_time` interval. - In every `hold_mode` except `Postpone`, the main action `functionCall` gets executed instantly. Holding the button even longer than `hold_time` will cause no further action unless you are in the `Repeat` or `SecondFuncRepeat` mode.