mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-10 01:05:42 +00:00
EvseMode: Testcase malfunction during charging after 200messages
This commit is contained in:
parent
1b5af0d2e2
commit
e9466601be
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ TC_EVSE_Shutdown_during_CurrentDemand = 2000
|
||||||
TC_EVSE_Malfunction_during_CurrentDemand = 2001
|
TC_EVSE_Malfunction_during_CurrentDemand = 2001
|
||||||
|
|
||||||
# Here we configure, which test case should fire, and after which number of calls:
|
# Here we configure, which test case should fire, and after which number of calls:
|
||||||
testsuite_testcase_number = TC_EVSE_Shutdown_during_PreCharge
|
testsuite_testcase_number = TC_EVSE_Malfunction_during_CurrentDemand
|
||||||
testsuite_delayCycles = 5
|
testsuite_delayCycles = 200
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue