Skip to content

Commit

Permalink
Update jkbms_can.py
Browse files Browse the repository at this point in the history
  • Loading branch information
p0l0us authored Mar 18, 2024
1 parent 23269bb commit 063d1f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions etc/dbus-serialbattery/bms/jkbms_can.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def __del__(self):
# B2A... Silver is using 0x0XF5
# See https://github.com/Louisvdw/dbus-serialbattery/issues/950
CAN_FRAMES = {
BATT_STAT: [0x02F4,0x02F5],
CELL_VOLT: [0x04F4,0x04F5],
CELL_TEMP: [0x05F4,0x05F5],
ALM_INFO: [0x07F4,0x07F5]
BATT_STAT: [0x02F4, 0x02F5],
CELL_VOLT: [0x04F4, 0x04F5],
CELL_TEMP: [0x05F4, 0x05F5],
ALM_INFO: [0x07F4, 0x07F5]
}

def test_connection(self):
Expand Down

0 comments on commit 063d1f4

Please sign in to comment.