Skip to content

Commit

Permalink
Changed multiplier to test the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tropxy committed Dec 23, 2021
1 parent 6270870 commit 39f8fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iso15118/evcc/controller/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_charge_params_v2(self) -> ChargeParamsV2:
ev_max_voltage = PVEVMaxVoltage(
multiplier=0, value=400, unit=UnitSymbol.VOLTAGE
)
ev_max_current = PVEVMaxCurrent(multiplier=0, value=16, unit=UnitSymbol.AMPERE)
ev_max_current = PVEVMaxCurrent(multiplier=-3, value=32000, unit=UnitSymbol.AMPERE)
ev_min_current = PVEVMinCurrent(multiplier=0, value=10, unit=UnitSymbol.AMPERE)
ac_charge_params = ACEVChargeParameter(
departure_time=0,
Expand Down

0 comments on commit 39f8fd2

Please sign in to comment.