Skip to content

Commit

Permalink
Move Message and Change ID
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 23, 2025
1 parent f00f586 commit 80a7801
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
23 changes: 23 additions & 0 deletions cangen/can-messages/calypso_cmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,28 @@
]
}
]
},
{
"id": "0x4A1",
"desc": "Cerberus Fan Batt Box State",
"is_ext": true,
"sim_freq": 750,
"fields": [
{
"name": "MPU/State/FanBattBox",
"unit": "bool",
"sim": {
"min": 8,
"max": 8,
"inc_min": 8,
"inc_max": 8
},
"points": [
{
"size": 8
}
]
}
]
}
]
23 changes: 0 additions & 23 deletions cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1044,28 +1044,5 @@
]
}
]
},
{
"id": "0xFAB",
"desc": "Cerberus Fan Batt Box State",
"is_ext": true,
"sim_freq": 750,
"fields": [
{
"name": "MPU/State/FanBattBox",
"unit": "bool",
"sim": {
"min": 8,
"max": 8,
"inc_min": 8,
"inc_max": 8
},
"points": [
{
"size": 8
}
]
}
]
}
]

0 comments on commit 80a7801

Please sign in to comment.