From ed956f2d799335c7f8a21a12083ed9353e890bec Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Tue, 27 Aug 2024 15:21:21 +0200 Subject: [PATCH] Update README --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 9cb84b7..a78dfcc 100644 --- a/README +++ b/README @@ -23,3 +23,10 @@ Optional decimal point for numbers. - STOP - SET TEMP 20.0 - SET DEWP 60.0 + +### Web Interface Example + +There is a little example web interface you can check +out in the opt/webgui directory. This simple php page +demonstrates how you can create a custom interface for +your drybox. For more info see the README file there.