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 063d1f4 commit fa137d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/bms/jkbms_can.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def __del__(self):
BATT_STAT: [0x02F4, 0x02F5],
CELL_VOLT: [0x04F4, 0x04F5],
CELL_TEMP: [0x05F4, 0x05F5],
ALM_INFO: [0x07F4, 0x07F5]
ALM_INFO: [0x07F4, 0x07F5],
}

def test_connection(self):
Expand Down

0 comments on commit fa137d9

Please sign in to comment.