feat: add PWA frontend for CYD ThermoPro dashboard
Add a Flask backend + SQLite + HTML/CSS/JS PWA that: - Polls the CYD /api/latest endpoint - Stores readings, sessions, and freeform notes in SQLite - Displays probe cards with target setpoints and preset options - Renders temperature history with Chart.js - Serves a PWA manifest and dark-themed dashboard Also update cyd-bridge/README.md with verified bringup instructions.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
flask>=3.0.0
|
||||
requests>=2.31.0
|
||||
waitress>=3.0.0
|
||||
Reference in New Issue
Block a user