Skip to content

Commit 71b8c66

Browse files
committed
Cherry pick from Tweaks to EVSE Test plans (Issue project-chip#31460)
1 parent bfa7f0e commit 71b8c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_EEVSE_Utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async def write_user_max_charge(self, endpoint: int = None, user_max_charge: int
4848
asserts.assert_equal(result[0].Status, Status.Success, "UserMaximumChargeCurrent write failed")
4949

5050
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):
51+
min_charge: int = 6000, max_charge: int = 32000, expected_status: Status = Status.Success):
5252
try:
5353
await self.send_single_cmd(cmd=Clusters.EnergyEvse.Commands.EnableCharging(
5454
chargingEnabledUntil=charge_until,

0 commit comments

Comments
 (0)