docs: Correct `minimum_event_time` example

The internal variable is called `min_`, but the config option is called `miniumum_`.
This commit is contained in:
Jim C K Flaten 2022-10-21 10:14:22 +02:00 committed by Eric Callahan
parent 974b37dad8
commit 25adba0bf6
1 changed files with 1 additions and 1 deletions

View File

@ -1686,7 +1686,7 @@ pin: gpiochip0/gpio26
# ^!gpiochip0/gpio26
# ~!gpiochip0/gpio26
# This parameter must be provided
min_event_time: .05
minimum_event_time: .05
# The minimum time (in seconds) between events to trigger a response. This is
# is used to debounce buttons. This value must be at least .01 seconds.
# The default is .05 seconds (50 milliseconds).