diff --git a/dashboard.html b/dashboard.html new file mode 100644 index 0000000..9dc2b23 --- /dev/null +++ b/dashboard.html @@ -0,0 +1,187 @@ + + + + +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