From 3a2b59b2c52a54da6893fb524f88ff42d33e6525 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Tue, 13 Feb 2024 20:25:06 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0692355..dc5623f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * **New ability to use *Inverted Buttons* and *Touch Sensors* as a Control Button** * adds *triggerType* as a second, optional argument to `Span& setControlPin(uint8_t pin, triggerType_t triggerType)` - * supports TRIGGER_ON_LOW, TRIGGER_ON_HIGH, TRIGGER_ON_TOUCH, or any user-defined function + * supports TRIGGER_ON_LOW, TRIGGER_ON_HIGH, TRIGGER_ON_TOUCH, or any user-defined function * see [API Reference](docs/Reference.md) for details * **New ability to "remotely" trigger user-defined actions by repeatedly power-cycling the device**