Skip to content

Commit

Permalink
Cerberus Fan Battbox CAN Message
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 17, 2025
1 parent 4f5c250 commit 73d5ced
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -1044,5 +1044,29 @@
]
}
]
},
{
"id": "0xAAA",
"desc": "Cerberus Fan BattBox State",
"key": "SecondOff",
"is_ext": true,
"sim_freq": 750,
"fields": [
{
"name": "MPU/State/FanBattBox",
"unit": "bool",
"sim": {
"min": 1,
"max": 1,
"inc_min": 1,
"inc_max": 1
},
"points": [
{
"size": 1
}
]
}
]
}
]

0 comments on commit 73d5ced

Please sign in to comment.