Skip to content

Commit

Permalink
feat: ecu-ids
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneruffini committed Jul 8, 2024
1 parent 93e2179 commit cef4580
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SC24/MCB.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
"message_attributes": {},
"signal_attributes": {},
"signal_enums": {
"ecu_id_Enum":{
"TLB_BAT": 1,
"SB_FRONT": 2,
"SB_REAR": 3,
"BMS_LV": 4,
"DASH": 5,
"DIAG_TOOL": 6,
"DSPACE": 7,
"EXTRA_NODE": 8,
"SCANNER": 9,
"TPMS": 10,
"IMU": 11
},
"dspaceMainFsmStates_Enum": {
"IDLE": 0,
"PRECHARGE": 1,
Expand Down

0 comments on commit cef4580

Please sign in to comment.