From 9b212fa81b308186eede02b06fa70fa3e238bfdc Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Sun, 5 May 2024 23:27:51 +0200 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 bae060400..6935de056 100644 --- a/components/gpio_control/README.md +++ b/components/gpio_control/README.md @@ -66,7 +66,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.