Add per-client LED controls aligned with the REST API schema.

Each client panel gets mode-specific LED inputs (color, intensity, progress, digit, blink) and the Makefile now copies API_REST.md alongside the WebSocket docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-29 21:55:18 +02:00
co-authored by Cursor
parent 84827c9782
commit 4f3435ba37
3 changed files with 525 additions and 1 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
get_api_desc:
cp ../dev/esp/powerpod/goTool/docs/API_WEBSOCKET.md ./API_WEBSOCKET.md
cp ../dev/esp/powerpod/goTool/docs/API_WEBSOCKET.md ./API_WEBSOCKET.md
cp ../dev/esp/powerpod/goTool/docs/API_REST.md ./API_REST.md