Results 2 comments of Magic

Hi The JBD FW supports something like max discharge and charge current. but JBD is very cheap made (at least the BMS board's I've tested) - it will not limit...

``` BMSconfigParam( name: "Charge overcurrent", unitType: "10mA", valueType: Int(0), commandCode: BMScommandCode.CHGOC_val, checkFunctions: [FilterFunction(function: checkIfValueGreaterThan, parameter: 0)], lastValueReadTimestamp: nil, valueHasBeenModified: false, value: nil, newValue: nil, exampleRealReadResponse: [0xDD, 0x28, 0x00, 0x02, 0x1B,...