Skip to content

Commit

Permalink
Cherry pick from Tweaks to EVSE Test plans (Issue project-chip#31460)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharrow committed Feb 4, 2024
1 parent bfa7f0e commit 71b8c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_EEVSE_Utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def write_user_max_charge(self, endpoint: int = None, user_max_charge: int
asserts.assert_equal(result[0].Status, Status.Success, "UserMaximumChargeCurrent write failed")

async def send_enable_charge_command(self, endpoint: int = None, charge_until: int = None, timedRequestTimeoutMs: int = 3000,
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):
try:
await self.send_single_cmd(cmd=Clusters.EnergyEvse.Commands.EnableCharging(
chargingEnabledUntil=charge_until,
Expand Down

0 comments on commit 71b8c66

Please sign in to comment.