From 8a5208aeba748a598e5ad8a931b8bc4e86d23d77 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Mon, 24 Apr 2023 06:23:49 -0500 Subject: [PATCH] Update Reference.md --- docs/Reference.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Reference.md b/docs/Reference.md index 98f651b..8bd03b7 100644 --- a/docs/Reference.md +++ b/docs/Reference.md @@ -193,6 +193,10 @@ The following **optional** `homeSpan` methods enable additional features and pro * `void setTimeServerTimeout(uint32_t tSec)` * changes the default 10-second timeout period HomeSpan uses when `enableWebLog()` tries set the device clock from an internet time server to *tSec* seconds +* `void setWebLogCSS(const char *css)` + * sets the CSS style page use by the web log to a user-define CSS specified by *css* + * see [Message Logging](Logging.md) for complete details + * `void processSerialCommand(const char *CLIcommand)` * processes the *CLIcommand* just as if were typed into the Serial Monitor * allows for programmatic access to all CLI commands, included any custom commands defined by the user