|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Dashboard widget table + JSON serializers (DETWS_ENABLE_DASHBOARD). More...
#include "services/dashboard/dashboard.h"Go to the source code of this file.
Dashboard widget table + JSON serializers (DETWS_ENABLE_DASHBOARD).
The host-testable core: it owns the widget table and value array and turns them into the layout / values JSON the page consumes. No server or web_assets dependency lives here, so it compiles and unit-tests standalone; the route / SSE wiring is in dashboard_routes.cpp.
Definition in file dashboard.cpp.