We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa7f0e commit 71b8c66Copy full SHA for 71b8c66
src/python_testing/TC_EEVSE_Utils.py
@@ -48,7 +48,7 @@ async def write_user_max_charge(self, endpoint: int = None, user_max_charge: int
48
asserts.assert_equal(result[0].Status, Status.Success, "UserMaximumChargeCurrent write failed")
49
50
async def send_enable_charge_command(self, endpoint: int = None, charge_until: int = None, timedRequestTimeoutMs: int = 3000,
51
- min_charge: int = None, max_charge: int = None, expected_status: Status = Status.Success):
+ min_charge: int = 6000, max_charge: int = 32000, expected_status: Status = Status.Success):
52
try:
53
await self.send_single_cmd(cmd=Clusters.EnergyEvse.Commands.EnableCharging(
54
chargingEnabledUntil=charge_until,
0 commit comments