Skip to content

Commit

Permalink
Fixed JSON attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnakhooda committed Jan 24, 2025
1 parent 5b06aa9 commit d3afa1b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions cangen/can-messages/calypso_cmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,23 @@
{
"id": "0x4A1",
"desc": "Cerberus Fan Batt Box State",
"is_ext": true,
"key": "FanSpeed",
"sim_freq": 750,
"fields": [
{
"name": "MPU/State/FanBattBox",
"unit": "bool",
"sim": {
"min": 8,
"max": 8,
"inc_min": 8,
"inc_max": 8
"options": [
[
0,
0.95
],
[
1,
0.05
]
]
},
"points": [
{
Expand Down

0 comments on commit d3afa1b

Please sign in to comment.