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)