Skip to content

Commit 6bf0b10

Browse files
committed
shutdown pin mssg
1 parent 46a4935 commit 6bf0b10

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

can-messages/bms.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3242,5 +3242,28 @@
32423242
}
32433243
],
32443244
"sim_freq": 750
3245+
},
3246+
{
3247+
"id": "0x95",
3248+
"desc": "shutdown as read by BMS",
3249+
"points": [
3250+
{
3251+
"size": 8,
3252+
"signed": false,
3253+
"name": "shutdown",
3254+
"c_type": "bool"
3255+
}
3256+
],
3257+
"fields": [
3258+
{
3259+
"name": "BMS/shutdown/state",
3260+
"unit": "",
3261+
"values": [
3262+
1
3263+
],
3264+
"doc": "",
3265+
"desc": ""
3266+
}
3267+
]
32453268
}
32463269
]

0 commit comments

Comments
 (0)