From 8f615e179e42378044df0f9f6d8b9a09b55fb2dc Mon Sep 17 00:00:00 2001 From: Jono Targett Date: Sun, 15 Mar 2026 23:06:36 +1030 Subject: [PATCH] Removed dashboard because I hate it --- dashboard.html | 187 ------------------------------------------------- 1 file changed, 187 deletions(-) delete mode 100644 dashboard.html diff --git a/dashboard.html b/dashboard.html deleted file mode 100644 index 9dc2b23..0000000 --- a/dashboard.html +++ /dev/null @@ -1,187 +0,0 @@ - - - - -MQTT Device Dashboard (Nested Flash) - - - - - - -
-

Device Dashboard

-
-
-

Devices

-
- {{ id }} — {{ device.status }} -
-
- -
-

Properties & Commands: {{ selected }}

- -
-

Properties

-
- -
-
- -
-

Commands

-
    -
  • - {{ name }} — schema: {{ JSON.stringify(cmd.schema) }} - -
  • -
-
-
-
-
- - - - \ No newline at end of file