From b41bb653dcb23dc92016968358b6140dd3279a22 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 28 Oct 2023 09:59:52 -0500 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cd1a82..006db2e 100644 --- a/README.md +++ b/README.md @@ -62,10 +62,9 @@ HomeSpan requires version 2.0.0 or later of the [Arduino-ESP32 Board Manager](ht * example: `homeSpan.setControlPin(21).setStatusPin(13);` * see [HomeSpan API Reference](docs/Reference.md) for details -* **Upgrades to HomeSpan Web Log output** +* **New Web Log Customizations** - * adds new method `void homeSpan.setWebLogCSS(const char *css)` that allows you to define *Custom Style Sheets (CSS)* for the Web Log text, tables, and background - * adds version numbers for the Sodium and MbedTLS libraries, HomeKit pairing status, and a text description of Reset Reason code + * adds new method `setWebLogCallback(void (*f)(String &))` that provides a callback allowing you to extend the initial Web Log table with additional data of your own, as well as add an other custom HTML * see [Message Logging](docs/Logging.md) for details See [Releases](https://github.com/HomeSpan/HomeSpan/releases) for details on all changes and bug fixes included in this update.