Skip to content

Commit bd79da8

Browse files
Merge origin/dev (Constellation) into charging-dashboard branch
Reconciles main's line + the charging-dashboard feature with dev's Constellation work, keeping the Constellation changes. Clean auto-merge (no textual conflicts); validated post-merge: tsc clean, 34 tests pass (17 slackbot + 15 charging + 2 constellation). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2 parents dcf310b + 91b9db2 commit bd79da8

12 files changed

Lines changed: 1547 additions & 10 deletions

pecan/src/assets/categories.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# CAN Message Category Configuration
1+
# CAN Message Category Configuration - WFR25
22
# Format: CategoryName,TailwindColorClass,MessageIDs
3-
# Message IDs can be individual numbers or ranges (e.g., 100-110)
4-
# Lines starting with # are comments
53

6-
VCU,bg-sky-400,192-194
7-
BMS,bg-orange-400,512,513
8-
INV,bg-green-400,256,257
9-
SENSORS,bg-purple-500,768
10-
COOLING,bg-blue-600,1280
11-
ACCU,bg-red-500,1006-1055
4+
INVERTER,bg-red-500,160-177,194
5+
DRIVER,bg-cyan-500,192,193,2000,2002,2022,2023
6+
CHASSIS,bg-emerald-500,2001,2003,2004,2012,2013,2014-2021,2028,2029
7+
IMU,bg-purple-500,2024-2027
8+
BATTERY,bg-orange-500,514,992-1055,1056,1057,1712-1714,2550588916,2553934720-2553934724,2566869221
9+
COMMS,bg-sky-400,1200

0 commit comments

Comments
 (0)