From 9f8424e93f831383543d41b7f1d5da87635d9ff3 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Wed, 8 Jun 2022 09:06:14 +0100 Subject: [PATCH] Update readme --- examples/device-dashboard/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/examples/device-dashboard/README.md b/examples/device-dashboard/README.md index a45fa423..775ad6e7 100644 --- a/examples/device-dashboard/README.md +++ b/examples/device-dashboard/README.md @@ -8,9 +8,11 @@ following features: - Multiple logins with different permissions (admin and user) - Web UI is fully embedded into the server/firmware binary, and does not need a filesystem to serve it. UI is resilient to FS problems -- View and change server settings +- Administrators can change server settings - All changes are propagates to all connected clients -- Live interactive chat that demonstrates bi-directional data exchange +- A device is connected to the external MQTT server +- Logged in clients can send/receive messages to a device which get + forwarded to MQTT # Screenshots @@ -20,6 +22,6 @@ This is a login screen that prompts for user/password # Main dashboard -A main dashboard page shows device settings form, and live chat +A main dashboard page shows and interactive MQTT console ![](screenshots/dashboard.png)